IOC3: Switch to pci refcounting safe APIs
[safe/jmp/linux-2.6] / net / core /
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header in skb_push...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Eric Dumazet[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
2007-04-26 Eric Dumazet[NET]: New sysctls should use __read_mostly tags
2007-04-26 Stephen Hemminger[NET]: deinline some functions
2007-04-26 Stephen Hemminger[WIRELESS]: use ARRAY_SIZE()
2007-04-26 Stephen Hemminger[NET] core: whitespace cleanup
2007-04-26 Stephen Hemminger[NET]: Replace CONFIG_NET_DEBUG with sysctl.
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 YOSHIFUJI Hideaki[NET] CORE: Use htons() where appropriate.
2007-04-26 Herbert Xu[UDP]: Clean up UDP-Lite receive checksum
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-26 Stephen Hemminger[PKTGEN]: fix device name handling
2007-04-26 Stephen Hemminger[PKTGEN]: don't use __constant_htonl()
2007-04-26 Stephen Hemminger[PKTGEN]: use random32
2007-04-26 Stephen Hemminger[PKTGEN]: use pr_debug
2007-04-26 Eric Dumazet[NET]: Keep sk_backlog near sk_lock
2007-04-17 Pavel Emelianov[NET]: Set a separate lockdep class for neighbour table...
2007-04-17 Aubrey.Li[NET]: Fix UDP checksum issue in net poll mode.
2007-04-17 Herbert Xu[NET]: Get rid of alloc_skb_from_cache
2007-04-12 Andrew Morton[PKTGEN]: Add try_to_freeze()
2007-04-04 Eric W. Biederman[PATCH] net: Ignore sysfs network device rename bugs.
2007-04-02 Steven Whitehouse[NET]: Change "not found" return value for rule lookup
2007-03-29 Patrick McHardy[IFB]: Fix crash on input device removal
2007-03-28 Jeff GarzikMerge branch 'upstream-fixes' of git://git./linux/kerne...
2007-03-27 Jean Tourrilhes[PATCH] WE-22 : prevent information leak on 64 bit
2007-03-26 Patrick McHardy[NET_SCHED]: Fix ingress locking
2007-03-26 Alexey Kuznetsov[NET]: Fix neighbour destructor handling.
2007-03-26 Thomas Graf[NET]: Fix fib_rules compatibility breakage
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-03-22 Patrick McHardy[NET]: Fix fib_rules dump race
2007-03-16 Alexey Dobriyan[NET]: Copy mac_len in skb_clone() as well
2007-03-06 Johannes Berg[NET]: Fix compat_sock_common_getsockopt typo.
2007-02-28 Patrick McHardy[NET]: Fix kfree(skb)
2007-02-17 Jeff GarzikMerge branch 'master' into upstream
2007-02-17 Jeff GarzikMerge branch 'gfar' of /linux/kernel/git/galak/powerpc...
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-11 YOSHIFUJI Hideaki[NET] CORE: Fix whitespace errors.
2007-02-09 Jeff GarzikMerge branch 'upstream' of /linux/kernel/git/linville...
2007-02-09 Robert P. J. Day[PATCH] Replace incorrect macro name "WIRELESS_EXT...
2007-02-08 Stephen Hemminger[NET]: unregister_netdevice as void
2007-02-08 Arjan van de Ven[NET]: user of the jiffies rounding code: Networking
2007-02-08 Patrick McHardy[NETLINK]: Don't BUG on undersized allocations
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2007-01-24 Herbert Xu[IPSEC] flow: Fix potential memory leak
2007-01-04 David S. Miller[PKTGEN]: Convert to kthread API.
2006-12-12 Ingo Molnar[PATCH] netpoll: fix netpoll lockup
2006-12-12 Andrew Morton[NETPOLL]: Fix local_bh_enable() warning.
2006-12-11 Andrew Morton[NETPOLL]: Make sure TX lock is taken with BH disabled.
2006-12-09 Neil Horman[NETPOLL]: make arp replies through netpoll use mac...
2006-12-09 Stephen Hemminger[NET]: Convert hh_lock to seqlock.
2006-12-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Peter Zijlstra[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-07 Christoph Hellwig[PATCH] node-aware skb allocation
2006-12-07 Ralf Baechle[NET]: Memory barrier cleanups
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Patrick McHardy[NET]: Accept wildcard delimiters in in[46]_pton
2006-12-03 Thomas Graf[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some...
2006-12-03 Arnaldo Carvalho... [NET] neighbour: Use kmemdup where applicable
2006-12-03 Al Viro[NETPOLL]: Another udp checksum mangling.
2006-12-03 Al Viro[NET]: Split skb->csum
2006-12-03 Arnaldo Carvalho... [NET]: Conditionally use bh_lock_sock_nested in sk_rece...
2006-12-03 Al Viro[NET]: Annotate __skb_checksum_complete() and friends.
2006-12-03 Al Viro[NET]: Annotate skb_copy_and_csum_bits() and callers.
2006-12-03 Al Viro[NET]: Annotate skb_checksum() and callers.
2006-12-03 Al Viro[NET]: Annotate callers of the reset of checksum.h...
2006-12-03 Al Viro[NET]: Annotate callers of csum_partial_copy_...()...
2006-12-03 Al Viro[NET]: Annotate csum_partial() callers in net/*
2006-12-03 Al Viro[NET]: Annotate callers of csum_tcpudp_nofold() in...
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-12-03 Al Viro[NET] net/core: Annotations.
2006-12-03 David S. Miller[NETPOLL]: Minor coding-style cleanups.
2006-12-03 Thomas Graf[IPv6] prefix: Convert RTM_NEWPREFIX notifications...
2006-12-03 Stephen Hemmingernetpoll queue cleanup
2006-12-03 Stephen Hemmingernetpoll retry cleanup
2006-12-03 Stephen Hemmingernetpoll deferred transmit path
2006-12-03 Stephen Hemmingernetpoll setup error handling
2006-12-03 Stephen Hemmingernetpoll per device txq
2006-12-03 Stephen Hemmingernetpoll info leak
2006-12-03 Stephen Hemmingernetpoll: private skb pool (rev3)
2006-12-03 Adrian Bunk[NET]: The scheduled removal of the frame diverter.
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-12-03 Thomas Graf[NET] rules: Add support to invert selectors
2006-12-03 Thomas Graf[NET] rules: Protocol independant mark selector
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-12-03 Peter Zijlstra[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLU...
2006-12-02 Stephen Hemminger[PATCH] netdev: don't allow register_netdev with blank...
2006-11-22 David HowellsWorkStruct: make allyesconfig
next