[IPV6]: Consolidate the ip cork destruction in ip6_output.c
[safe/jmp/linux-2.6] / net / core /
2007-11-02 Jens Axboe[SG] Get rid of __sg_mark_end()
2007-11-01 Stephen Hemminger[NET]: docbook fixes for netif_ functions
2007-11-01 Pavel Emelyanov[NET]: Hide the net_ns kmem cache
2007-11-01 Pavel Emelyanov[NET]: Mark the setup_net as __net_init
2007-11-01 Pavel Emelyanov[NET]: Hide the dead code in the net_namespace.c
2007-11-01 Pavel Emelyanov[NETNS]: Make the init/exit hooks checks outside the...
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-11-01 Pavel Emelyanov[NET]: Remove bogus zero_it argument from sk_alloc
2007-11-01 Pavel Emelyanov[NET]: Make the sk_clone() lighter
2007-11-01 Pavel Emelyanov[NET]: Move some core sock setup into sk_prot_alloc
2007-11-01 Pavel Emelyanov[NET]: Auto-zero the allocated sock object
2007-11-01 Pavel Emelyanov[NET]: Cleanup the allocation/freeing of the sock object
2007-11-01 Pavel Emelyanov[NET]: Move the get_net() from sock_copy()
2007-11-01 Pavel Emelyanov[NET]: Move the sock_copy() from the header
2007-10-31 David S. Miller[NET]: Fix incorrect sg_mark_end() calls.
2007-10-31 Daniel Lezcano[NETNS]: fix net released by rcu callback
2007-10-31 Daniel Lezcano[NET]: Fix free_netdev on register_netdev failure.
2007-10-30 David S. Miller[NET]: Fix race between poll_napi() and net_rx_action()
2007-10-27 Eric W. Biederman[NETNS]: Fix get_net_ns_by_pid
2007-10-27 Eric W. Biederman[NET]: Marking struct pernet_operations __net_initdata...
2007-10-26 Adrian Bunk[NET]: Unexport sock_enable_timestamp().
2007-10-26 Stephen Hemminger[NET] dev_change_name: ignore changes to same name
2007-10-26 Jamal Hadi Salim[NET_CLS_ACT]: Use skb_act_clone
2007-10-25 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-24 Pavel Emelyanov[NET]: Use BUILD_BUG_ON in net/core/flowi.c
2007-10-24 Pavel Emelyanov[NET]: Remove in-code externs for some functions from...
2007-10-24 Pavel Emelyanov[NET]: Don't declare extern variables in net/core/sysct...
2007-10-24 Jeff Garzik[NET]: Validate device addr prior to interface-up
2007-10-23 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-22 Jens AxboeUpdate net/ to use sg helpers
2007-10-22 Pavel Emelyanov[NET]: Hide the queue_mapping field inside netif_subque...
2007-10-22 Pavel Emelyanov[NET]: Use the skb_set_queue_mapping where appropriate
2007-10-22 Randy Dunlap[ATM]: Fix clip module reload crash.
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Jiri Slabyremove asm/bitops.h includes
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19 Olof Johansson[NET]: Fix bug in sk_filter race cures.
2007-10-18 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18 Eric W. Biedermansysctl: fix neighbour table sysctls.
2007-10-18 Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18 Pavel Emelyanov[NET]: Fix the race between sk_filter_(de|at)tach and...
2007-10-18 Pavel Emelyanov[NET]: Cleanup the error path in sk_attach_filter
2007-10-18 Pavel Emelyanov[NET]: Move the filter releasing into a separate call
2007-10-18 Pavel Emelyanov[NET]: Introduce the sk_detach_filter() call
2007-10-15 Pavel Emelyanov[NEIGH]: Ensure that pneigh_lookup is protected with...
2007-10-15 Herbert Xu[NET]: Avoid copying TCP packets unnecessarily
2007-10-15 Herbert Xu[NET]: Fix csum_start update in pskb_expand_head
2007-10-15 Herbert Xu[NET]: Avoid unnecessary cloning for ingress filtering
2007-10-15 Herbert Xu[SKBUFF]: Add skb_morph
2007-10-15 Herbert Xu[SKBUFF]: Merge common code between copy_skb_header...
2007-10-13 Randy Dunlapnet core: fix kernel-doc for new function parameters
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-11 Denis V. Lunev[NET]: rtnl_unlock cleanups
2007-10-10 Pavel Emelyanov[NET]: Remove double dev->flags checking when calling...
2007-10-10 Pavel Emelyanov[NETNS]: Don't memset() netns to zero manually
2007-10-10 Pavel Emelyanov[NETNS]: Move some code into __init section when CONFIG...
2007-10-10 Jeff Garzik[NET]: split dev_ifsioc() according to locking
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Eric W. Biederman[NETNS]: Simplify the network namespace list locking...
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Eric W. Biederman[NET]: Add network namespace clone & unshare support.
2007-10-10 Eric W. Biederman[NET]: Fix running without sysfs
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Pavel Emelyanov[NETNS]: Cleanup list walking in setup_net and cleanup_net
2007-10-10 Herbert Xu[SKBUFF]: Fix up csum_start when head room changes
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Denis V. Lunev[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
2007-10-10 Pavel Emelyanov[NET]: Cleanup calling netdev notifiers.
2007-10-10 Pavel Emelyanov[NETNS]: Consolidate hashes creation in netdev_init()
2007-10-10 Eric W. Biederman[NET]: Fix the prototype of call_netdevice_notifiers.
2007-10-10 Jamal Hadi Salim[NET]: migrate HARD_TX_LOCK to header file
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Eric W. Biederman[NET]: Fix race when opening a proc file while a networ...
2007-10-10 David S. Miller[NET]: Add a might_sleep() to dev_close().
2007-10-10 Eric Dumazet[PATCH] NET : convert IP route cache garbage collection...
2007-10-10 David S. Miller[NET]: #if 0 out net_alloc() for now.
2007-10-10 Eric W. Biederman[NET]: netlink support for moving devices between netwo...
2007-10-10 Eric W. Biederman[NET]: Implement network device movement between namespaces
2007-10-10 Eric W. Biederman[NET]: Factor out __dev_alloc_name from dev_alloc_name
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Initialize the network namespace of network...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Eric W. Biederman[NET]: Basic network namespace infrastructure.
2007-10-10 John Heffner[NET]: Change type of owner in sock_lock_t to int,...
2007-10-10 Robert Olsson[PKTGEN]: Remove softirq scheduling.
2007-10-10 Robert Olsson[PKTGEN]: Multiqueue support.
2007-10-10 Jeff Garzik[ETHTOOL]: Internal cleanup of ethtool_value-related...
2007-10-10 Jeff Garzik[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_...
2007-10-10 Jeff Garzik[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats...
next