summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-131-1/+1
* net: Added ASSERT_RTNL() to dev_open() and dev_close().Ben Hutchings2008-05-081-0/+4
* netns: Fix arbitrary net_device-s corruptions on net_ns stop.Pavel Emelyanov2008-05-081-3/+5
* net: Fix useless comment reference loop.Johannes Berg2008-05-041-1/+3
* netns: Fix device renaming for sysfsDaniel Lezcano2008-05-033-3/+10
* net: remove NR_CPUS arrays in net/core/dev.cMike Travis2008-05-031-4/+11
* net: use get/put_unaligned_* helpersHarvey Harrison2008-05-031-2/+2
* net: Add missing braces to multi-statement if()sIlpo Järvinen2008-05-031-1/+2
* net: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-11/+6Star
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-251-0/+5
|\
| * ethtool: EEPROM dump no longer works for tg3 and natsemiMandeep Singh Baines2008-04-251-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-241-0/+6
|\|
| * [RTNETLINK]: Fix bogus ASSERT_RTNL warningPatrick McHardy2008-04-241-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-231-0/+2
|\|
| * [NET]: Expose netdevice dev_id through sysfsDavid Woodhouse2008-04-211-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-221-9/+0Star
|\ \
| * | [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-221-9/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-221-1/+0Star
|\ \
| * | Remove documentation of non-existent sk_alloc argRusty Russell2008-04-221-1/+0Star
| |/
* / net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* [NET]: Fix and allocate less memory for ->priv'less netdevicesAlexey Dobriyan2008-04-191-6/+9
* [NET]: Do not allocate unneeded memory for dev->priv alignment.Pavel Emelyanov2008-04-161-1/+2
* [NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev2008-04-161-0/+2
* [NETNS]: Add netns refcnt debug to fib rules.Denis V. Lunev2008-04-161-2/+3
* [NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev2008-04-161-0/+1
* [NETNS]: Make netns refconting debug like a socket one.Denis V. Lunev2008-04-161-0/+4
* [RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov2008-04-161-8/+21
* [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.Pavel Emelyanov2008-04-161-2/+2
* [ETHTOOL]: Add support for large eepromsMandeep Singh Baines2008-04-161-28/+36
* [NETNS]: The generic per-net pointers.Pavel Emelyanov2008-04-151-0/+62
* [NETNS]: The net-subsys IDs generator.Pavel Emelyanov2008-04-151-0/+38
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-142-3/+3
|\
| * [NET]: Fix kernel-doc for skb_segmentBen Hutchings2008-04-141-2/+2
| * [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet2008-04-141-1/+1
* | [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-141-1/+1
* | [SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy2008-04-101-0/+17
* | socket: sk_filter deinlineStephen Hemminger2008-04-101-0/+35
* | socket: sk_filter minor cleanupsStephen Hemminger2008-04-101-3/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-2/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-272-2/+25
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-211-2/+4
| |\ \
| * | | sched, net: socket wakeups are syncIngo Molnar2008-03-191-2/+2
* | | | [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov2008-04-011-0/+48
* | | | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-04-011-2/+2
* | | | [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-04-011-6/+6
* | | | [NET]: Fix dev_alloc_skb() typo.David S. Miller2008-03-291-1/+1
* | | | [SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov2008-03-291-10/+1Star
* | | | [SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov2008-03-291-0/+22
* | | | [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov2008-03-291-0/+34