aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2007-02-17Merge branch 'master' into upstreamJeff Garzik
2007-02-17Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-09Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik
2007-02-09[PATCH] Replace incorrect macro name "WIRELESS_EXT" with "CONFIG_WIRELESS_EXT"Robert P. J. Day
2007-02-08[NET]: unregister_netdevice as voidStephen Hemminger
2007-02-08[NET]: user of the jiffies rounding code: NetworkingArjan van de Ven
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman
2007-01-23[IPSEC] flow: Fix potential memory leakHerbert Xu
2007-01-03[PKTGEN]: Convert to kthread API.David S. Miller
2006-12-12[PATCH] netpoll: fix netpoll lockupIngo Molnar
2006-12-11[NETPOLL]: Fix local_bh_enable() warning.Andrew Morton
2006-12-11[NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton
2006-12-08[NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig
2006-12-07[NET]: Memory barrier cleanupsRalf Baechle
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro
2006-12-02[NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy
2006-12-02[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf
2006-12-02[NET] neighbour: Use kmemdup where applicableArnaldo Carvalho de Melo
2006-12-02[NETPOLL]: Another udp checksum mangling.Al Viro
2006-12-02[NET]: Split skb->csumAl Viro
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro
2006-12-02[NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro
2006-12-02[NET]: Annotate skb_checksum() and callers.Al Viro
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro
2006-12-02[NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro
2006-12-02[NET] net/core: Annotations.Al Viro
2006-12-02[NETPOLL]: Minor coding-style cleanups.David S. Miller
2006-12-02[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf
2006-12-02netpoll queue cleanupStephen Hemminger
2006-12-02netpoll retry cleanupStephen Hemminger