aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki22-262/+262
2007-02-08[NET]: unregister_netdevice as voidStephen Hemminger1-8/+5
2007-02-08[NET]: user of the jiffies rounding code: NetworkingArjan van de Ven2-2/+12
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy3-22/+39
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman3-86/+97
2007-01-23[IPSEC] flow: Fix potential memory leakHerbert Xu1-16/+10
2007-01-03[PKTGEN]: Convert to kthread API.David S. Miller1-108/+48
2006-12-12[PATCH] netpoll: fix netpoll lockupIngo Molnar1-2/+7
2006-12-11[NETPOLL]: Fix local_bh_enable() warning.Andrew Morton1-2/+4
2006-12-11[NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton1-15/+19
2006-12-08[NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman1-4/+10
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger1-5/+6
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2-4/+0
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra1-18/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter3-6/+6
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter3-3/+3
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig1-5/+7
2006-12-07[NET]: Memory barrier cleanupsRalf Baechle1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells3-1/+22
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells16-878/+382
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro3-1/+22
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy1-4/+6
2006-12-02[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf1-0/+20
2006-12-02[NET] neighbour: Use kmemdup where applicableArnaldo Carvalho de Melo1-4/+3
2006-12-02[NETPOLL]: Another udp checksum mangling.Al Viro1-1/+1
2006-12-02[NET]: Split skb->csumAl Viro2-3/+3
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo1-2/+5
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro2-3/+3
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro1-3/+3
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro2-4/+4
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro2-3/+3
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro1-2/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro4-9/+9
2006-12-02[NET] net/core: Annotations.Al Viro4-42/+38
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller1-51/+48
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf1-1/+0
2006-12-02netpoll queue cleanupStephen Hemminger1-20/+3
2006-12-02netpoll retry cleanupStephen Hemminger1-38/+33
2006-12-02netpoll deferred transmit pathStephen Hemminger1-2/+19
2006-12-02netpoll setup error handlingStephen Hemminger1-7/+13
2006-12-02netpoll per device txqStephen Hemminger1-35/+15
2006-12-02netpoll info leakStephen Hemminger1-6/+19
2006-12-02netpoll: private skb pool (rev3)Stephen Hemminger1-32/+21
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk4-577/+4
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf3-23/+57
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet1-10/+25
2006-12-02[NET] rules: Add support to invert selectorsThomas Graf1-7/+17