summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-147-7/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-126-10/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-1122-262/+262
|\
| * [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1022-262/+262
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-112-5/+2
|/
* [NET]: unregister_netdevice as voidStephen Hemminger2007-02-081-8/+5
* [NET]: user of the jiffies rounding code: NetworkingArjan van de Ven2007-02-082-2/+12
* [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-083-22/+39
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-073-86/+97
* [IPSEC] flow: Fix potential memory leakHerbert Xu2007-01-231-16/+10
* [PKTGEN]: Convert to kthread API.David S. Miller2007-01-031-108/+48
* [PATCH] netpoll: fix netpoll lockupIngo Molnar2006-12-121-2/+7
* [NETPOLL]: Fix local_bh_enable() warning.Andrew Morton2006-12-111-2/+4
* [NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton2006-12-111-15/+19
* [NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman2006-12-081-4/+10
* [NET]: Convert hh_lock to seqlock.Stephen Hemminger2006-12-081-5/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-2/+2
|\
| * [NET]: Memory barrier cleanupsRalf Baechle2006-12-071-2/+2
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-072-4/+0
* | [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-071-18/+5
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-073-6/+6
* | [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-073-3/+3
* | [PATCH] node-aware skb allocationChristoph Hellwig2006-12-071-5/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-1/+22
|\
| * [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-043-1/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0516-878/+382
|\|
| * [NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy2006-12-021-4/+6
| * [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-021-0/+20
| * [NET] neighbour: Use kmemdup where applicableArnaldo Carvalho de Melo2006-12-021-4/+3
| * [NETPOLL]: Another udp checksum mangling.Al Viro2006-12-021-1/+1
| * [NET]: Split skb->csumAl Viro2006-12-022-3/+3
| * [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-021-2/+5
| * [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-022-3/+3
| * [NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2006-12-021-3/+3
| * [NET]: Annotate skb_checksum() and callers.Al Viro2006-12-021-2/+2
| * [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-1/+1
| * [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-022-4/+4
| * [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-022-3/+3
| * [NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro2006-12-021-2/+2
| * [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-024-9/+9
| * [NET] net/core: Annotations.Al Viro2006-12-024-42/+38
| * [NETPOLL]: Minor coding-style cleanups.David S. Miller2006-12-021-51/+48
| * [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-021-1/+0
| * netpoll queue cleanupStephen Hemminger2006-12-021-20/+3
| * netpoll retry cleanupStephen Hemminger2006-12-021-38/+33
| * netpoll deferred transmit pathStephen Hemminger2006-12-021-2/+19
| * netpoll setup error handlingStephen Hemminger2006-12-021-7/+13
| * netpoll per device txqStephen Hemminger2006-12-021-35/+15
| * netpoll info leakStephen Hemminger2006-12-021-6/+19