| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-06 | sections: fix section conflicts in net | Andi Kleen | 1 | -1/+1 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 3 | -14/+14 |
| 2012-09-08 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+1 |
| 2012-08-31 | decnet: fix shutdown parameter checking | Xi Wang | 1 | -2/+2 |
| 2012-08-09 | net: Loopback ifindex is constant now | Pavel Emelyanov | 1 | -3/+3 |
| 2012-07-23 | decnet: Don't set RTCF_DIRECTSRC. | David S. Miller | 1 | -2/+0 |
| 2012-07-20 | net: Document dst->obsolete better. | David S. Miller | 1 | -2/+2 |
| 2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 1 | -4/+8 |
| 2012-07-12 | net: Add dummy dst_ops->redirect method where needed. | David S. Miller | 1 | -0/+6 |
| 2012-07-10 | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). | David S. Miller | 1 | -1/+1 |
| 2012-07-10 | net: Don't report route RTT metric value in cache dumps. | David S. Miller | 1 | -6/+5 |
| 2012-07-05 | decnet: Use neighbours privately in dn_route struct. | David S. Miller | 2 | -8/+30 |
| 2012-07-05 | net: Add optional SKB arg to dst_ops->neigh_lookup(). | David S. Miller | 1 | -2/+6 |
| 2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -3/+5 |
| 2012-06-27 | netlink: Get rid of obsolete rtnetlink macros | Thomas Graf | 1 | -0/+8 |
| 2012-06-27 | decnet: Do not use RTA_PUT() macros | Thomas Graf | 2 | -51/+79 |
| 2012-06-26 | decnet: dn_table: Move away from NLMSG_NEW(). | David S. Miller | 1 | -5/+6 |
| 2012-06-26 | decnet: dn_route: Move away from NLMSG_NEW(). | David S. Miller | 1 | -5/+7 |
| 2012-06-26 | decnet: dn_rtmsg: Move away from NLMSG_PUT(). | David S. Miller | 1 | -10/+10 |
| 2012-06-11 | Merge branch 'master' of git://1984.lsi.us.es/net-next | David S. Miller | 1 | -1/+1 |
| 2012-06-07 | netfilter: decnet: switch hook PFs to nfproto | Alban Crequy | 1 | -1/+1 |
| 2012-06-04 | net: Remove casts to same type | Joe Perches | 1 | -1/+1 |
| 2012-06-04 | net: use consume_skb() in place of kfree_skb() | Eric Dumazet | 1 | -3/+3 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 7 | -38/+27 |
| 2012-04-20 | net decnet: Convert to use register_net_sysctl | Eric W. Biederman | 2 | -22/+5 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 2 | -4/+4 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 6 | -19/+20 |
| 2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -4/+0 |
| 2012-04-02 | decnet: Stop using NLA_PUT*(). | David S. Miller | 2 | -12/+12 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 4 | -4/+0 |
| 2012-02-05 | decnet: remove unused variable from dn_output() | Jesper Juhl | 1 | -2/+1 |
| 2012-02-01 | decnet: Add missing neigh->ha locking to dn_neigh_output_packet() | David S. Miller | 1 | -9/+15 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -2/+2 |
| 2012-01-05 | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 1 | -1/+1 |
| 2011-12-28 | ipv6: Use universal hash for NDISC. | David S. Miller | 1 | -2/+2 |
| 2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 2 | -5/+5 |
| 2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+5 |
| 2011-11-26 | decnet: proper socket refcounting | Eric Dumazet | 1 | -12/+5 |
| 2011-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
| 2011-11-26 | net: Move mtu handling down to the protocol depended handlers | Steffen Klassert | 1 | -1/+3 |
| 2011-11-26 | net: Rename the dst_opt default_mtu method to mtu | Steffen Klassert | 1 | -3/+3 |
| 2011-11-14 | neigh: new unresolved queue limits | Eric Dumazet | 1 | -1/+1 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 1 | -3/+3 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 4 | -4/+4 |
| 2011-07-18 | net: Add ->neigh_lookup() operation to dst_ops | David S. Miller | 1 | -0/+7 |
| 2011-07-17 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2 | -9/+11 |
| 2011-07-17 | neigh: Pass neighbour entry to output ops. | David S. Miller | 2 | -15/+16 |
| 2011-07-16 | neigh: Kill ndisc_ops->queue_xmit | David S. Miller | 1 | -4/+1 |
| 2011-07-16 | neigh: Kill neigh_ops->hh_output | David S. Miller | 1 | -3/+0 |
| 2011-07-01 | decnet: Reduce switch/case indent | Joe Perches | 9 | -597/+603 |
| 2011-06-16 | net: Remove casts of void * | Joe Perches | 1 | -1/+1 |
| 2011-06-09 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 3 | -7/+8 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -17/+12 |
| 2011-05-07 | net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu() | Lai Jiangshan | 1 | -6/+1 |
| 2011-05-02 | net: dont hold rtnl mutex during netlink dump callbacks | Eric Dumazet | 1 | -4/+6 |
| 2011-04-28 | net: Use non-zero allocations in dst_alloc(). | David S. Miller | 1 | -0/+2 |
| 2011-04-28 | net: Make dst_alloc() take more explicit initializations. | David S. Miller | 1 | -11/+2 |
| 2011-04-17 | decnet: Don't leak entries when rebuilding zone. | David S. Miller | 1 | -2/+3 |
| 2011-04-17 | decnet: Fix set-but-unused variable. | David S. Miller | 1 | -2/+1 |
| 2011-03-12 | decnet: Convert to use flowidn where applicable. | David S. Miller | 6 | -170/+177 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 4 | -52/+56 |
| 2011-03-02 | xfrm: Return dst directly from xfrm_lookup() | David S. Miller | 1 | -2/+10 |
| 2011-03-01 | xfrm: Kill XFRM_LOOKUP_WAIT flag. | David S. Miller | 1 | -2/+3 |
| 2011-02-17 | net: Add initial_ref arg to dst_alloc(). | David S. Miller | 1 | -2/+2 |
| 2011-01-26 | net: Implement read-only protection and COW'ing of metrics. | David S. Miller | 1 | -5/+13 |
| 2011-01-19 | net: cleanup unused macros in net directory | Shan Wei | 1 | -1/+0 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -3/+5 |
| 2010-12-14 | net: Abstract default MTU metric calculation behind an accessor. | David S. Miller | 1 | -2/+8 |
| 2010-12-13 | net: Abstract default ADVMSS behind an accessor. | David S. Miller | 2 | -8/+18 |
| 2010-12-09 | net: Abstract away all dst_entry metrics accesses. | David S. Miller | 1 | -7/+6 |
| 2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+2 |
| 2010-11-28 | DECnet: don't leak uninitialized stack byte | Dan Rosenberg | 1 | -0/+2 |
| 2010-11-17 | net: use the macros defined for the members of flowi | Changli Gao | 2 | -14/+10 |
| 2010-11-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -3/+3 |
| 2010-11-11 | ipv4: Make rt->fl.iif tests lest obscure. | David S. Miller | 1 | -2/+2 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 2 | -3/+3 |
| 2010-11-08 | decnet: RCU conversion and get rid of dev_base_lock | Eric Dumazet | 5 | -74/+104 |
| 2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
| 2010-10-11 | net dst: use a percpu_counter to track entries | Eric Dumazet | 1 | -1/+2 |
| 2010-10-05 | net neigh: RCU conversion of neigh hash table | Eric Dumazet | 1 | -6/+7 |
| 2010-08-16 | net/decnet: Adjust confusing if indentation | Julia Lawall | 1 | -4/+4 |
| 2010-06-10 | net-next: remove useless union keyword | Changli Gao | 1 | -79/+79 |
| 2010-05-17 | net: Remove unnecessary returns from void function()s | Joe Perches | 2 | -4/+0 |
| 2010-05-10 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2 | -15/+15 |
| 2010-04-26 | net: rtnetlink: decouple rtnetlink address families from real address families | Patrick McHardy | 1 | -1/+1 |
| 2010-04-26 | net: fib_rules: mark arguments to fib_rules_register const and __net_initdata | Patrick McHardy | 1 | -1/+1 |
| 2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 1 | -13/+13 |
| 2010-04-20 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 10 | -29/+19 |
| 2010-04-13 | net: fib_rules: decouple address families from real address families | Patrick McHardy | 1 | -1/+1 |
| 2010-04-13 | net: fib_rules: set family in fib_rule_hdr centrally | Patrick McHardy | 1 | -1/+0 |
| 2010-04-13 | net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. | Patrick McHardy | 1 | -18/+1 |
| 2010-04-13 | net: sk_dst_cache RCUification | Eric Dumazet | 1 | -3/+3 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -0/+8 |
| 2010-04-03 | net: convert multicast list to list_head | Jiri Pirko | 1 | -6/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -0/+8 |
| 2010-03-25 | netfilter: decnet: use NFPROTO values for NF_HOOK invocation | Jan Engelhardt | 3 | -12/+28 |
| 2010-02-25 | net: Add checking to rcu_dereference() primitives | Paul E. McKenney | 1 | -7/+7 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 6 | -52/+65 |
| 2009-12-03 | net: Allow fib_rule_unregister to batch | Eric W. Biederman | 1 | -10/+12 |
| 2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 1 | -2/+3 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 5 | -9/+9 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 2 | -182/+6 |
| 2009-11-11 | decnet: convert dndev_lock to spinlock | stephen hemminger | 1 | -7/+12 |
| 2009-11-11 | decnet: add RTNL lock when reading address list | stephen hemminger | 1 | -0/+4 |
| 2009-11-10 | decnet: use RCU to find network devices | stephen hemminger | 1 | -8/+6 |
| 2009-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+3 |
| 2009-11-06 | decnet: netdevice refcount leak | Eric Dumazet | 1 | -4/+3 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
| 2009-11-04 | decnet: avoid touching device refcount in dn_dev_by_index() | Eric Dumazet | 1 | -4/+6 |
| 2009-11-04 | net: Introduce for_each_netdev_rcu() iterator | Eric Dumazet | 3 | -9/+9 |
| 2009-10-20 | net: Fix for dst_negative_advice | Krishna Kumar | 1 | -1/+1 |
| 2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -3/+3 |
| 2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2 | -5/+2 |
| 2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -1/+1 |
| 2009-09-01 | net: make neigh_ops constant | Stephen Hemminger | 1 | -3/+3 |
| 2009-07-05 | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal | 1 | -1/+1 |
| 2009-06-26 | decnet: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -0/+2 |
| 2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -1/+1 |
| 2009-06-03 | net: skb->dst accessors | Eric Dumazet | 4 | -21/+24 |
| 2009-05-28 | decnet: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2 | -20/+7 |
| 2009-05-20 | net: Remove unused parameter from fill method in fib_rules_ops. | Rami Rosen | 1 | -1/+1 |
| 2009-05-17 | ipv4: remove an unused parameter from configure method of fib_rules_ops. | Rami Rosen | 1 | -1/+1 |
| 2009-05-09 | decnet: Use data ready call back, rather than hand coding it | Steven Whitehouse | 1 | -13/+4 |
| 2009-03-21 | net/*: use linux/kernel.h swap() | Ilpo Järvinen | 1 | -5/+1 |
| 2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -2/+1 |
| 2009-02-26 | decnet: fix sparse warnings: symbol shadows an earlier one | Hannes Eder | 3 | -10/+10 |
| 2009-02-26 | decnet: fix sparse warnings: context imbalance | Hannes Eder | 1 | -0/+2 |
| 2009-02-26 | decnet: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 1 | -2/+1 |
| 2009-02-24 | netlink: change nlmsg_notify() return value logic | Pablo Neira Ayuso | 2 | -2/+4 |
| 2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 2 | -2/+2 |
| 2008-12-10 | net: Make static | Roel Kluin | 2 | -3/+3 |
| 2008-11-27 | decnet: remove private wrappers of endian helpers | Harvey Harrison | 8 | -86/+88 |
| 2008-11-25 | netns xfrm: lookup in netns | Alexey Dobriyan | 1 | -3/+3 |
| 2008-11-21 | net: remove redundant argument comments | Qinghuang Feng | 1 | -1/+0 |
| 2008-11-11 | net: remove struct dst_entry::entry_size | Alexey Dobriyan | 1 | -1/+0 |
| 2008-11-03 | net: '&' redux | Alexey Dobriyan | 1 | -22/+22 |
| 2008-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+0 |
| 2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 1 | -2/+0 |
| 2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2008-10-16 | sysctl: simplify ->strategy | Alexey Dobriyan | 2 | -4/+4 |
| 2008-10-15 | decnet: Fix compiler warning in dn_dev.c | David S. Miller | 1 | -1/+1 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-07-16 | sock: add net to prot->enter_memory_pressure callback | Pavel Emelyanov | 1 | -1/+1 |
| 2008-07-05 | net: add fib_rules_ops to flush_cache method | Denis V. Lunev | 1 | -1/+1 |
| 2008-06-17 | decnet: Remove SOCK_SLEEP_{PRE,POST} usage. | David S. Miller | 1 | -15/+15 |
| 2008-05-04 | ip: Use inline function dst_metric() instead of direct access to dst->metric[] | Satoru SATOH | 1 | -6/+6 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 5 | -9/+9 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-02-29 | [ATALK/DECNET]: Use seq_open_private in appletalk and decnet. | Pavel Emelyanov | 1 | -19/+2 |
| 2008-02-07 | [DECNET] ROUTE: remove unecessary alignment | Eric Dumazet | 1 | -1/+1 |
| 2008-01-28 | [NETNS]: FIB rules API cleanup. | Denis V. Lunev | 1 | -2/+2 |
| 2008-01-28 | [FIB]: Add netns to fib_rules_ops. | Denis V. Lunev | 1 | -0/+1 |
| 2008-01-28 | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | 1 | -2/+2 |
| 2008-01-28 | [NETNS][DST] dst: pass the dst_ops as parameter to the gc functions | Daniel Lezcano | 1 | -2/+2 |
| 2008-01-28 | [NETNS]: Pass fib_rules_ops into default_pref method. | Denis V. Lunev | 1 | -1/+1 |
| 2008-01-28 | [NETNS]: Add netns parameter to fib_rules_(un)register. | Denis V. Lunev | 1 | -2/+2 |
| 2008-01-28 | [DECNET]: Switch to using ctl_paths. | Pavel Emelyanov | 2 | -55/+20 |
| 2008-01-28 | [NETNS]: Modify the neighbour table code so it handles multiple network names... | Eric W. Biederman | 2 | -4/+4 |
| 2008-01-28 | [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option | Patrick McHardy | 1 | -0/+1 |
| 2008-01-28 | [DECNET]: Use htons() where appropriate. | YOSHIFUJI Hideaki | 3 | -3/+3 |
| 2008-01-28 | [DECNET]: Fix inverted wait flag in xfrm_lookup call | Herbert Xu | 1 | -1/+1 |
| 2008-01-28 | [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT | Herbert Xu | 1 | -1/+2 |
| 2008-01-28 | [NETFILTER]: Mark hooks __read_mostly | Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [DECNET]: Remove extra memset from dn_fib_check_nh | Denis V. Lunev | 1 | -2/+0 |
| 2008-01-28 | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 3 | -5/+5 |
| 2008-01-28 | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev | 4 | -1/+33 |
| 2008-01-28 | [NET]: Eliminate duplicate copies of dst_discard | Herbert Xu | 1 | -12/+1 |
| 2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -2/+1 |
| 2008-01-10 | [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cache | Eric Dumazet | 1 | -3/+3 |
| 2007-11-30 | [DECNET]: dn_nl_deladdr() almost always returns no error | Pavel Emelyanov | 1 | -1/+3 |
| 2007-11-10 | [INET]: Small possible memory leak in FIB rules | Denis V. Lunev | 1 | -11/+2 |
| 2007-11-10 | [NET]: Make helper to get dst entry and "use" it | Pavel Emelyanov | 1 | -12/+4 |
| 2007-11-07 | [DECNET]: "addr" module param can't be __initdata | Alexey Dobriyan | 1 | -1/+1 |
| 2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
| 2007-10-15 | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 1 | -2/+2 |
| 2007-10-10 | [NET]: make netlink user -> kernel interface synchronious | Denis V. Lunev | 1 | -12/+2 |
| 2007-10-10 | [DECNET]: Make decnet code use the seq_open_private() | Pavel Emelyanov | 2 | -35/+4 |
| 2007-10-10 | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 1 | -1/+2 |
| 2007-10-10 | [NET]: Make the loopback device per network namespace. | Eric W. Biederman | 2 | -9/+9 |
| 2007-10-10 | [NET]: Dynamically allocate the loopback device, part 1. | Daniel Lezcano | 2 | -9/+9 |
| 2007-10-10 | [NET]: all net/ cleanup with ARRAY_SIZE | Denis Cheng | 1 | -1/+1 |
| 2007-10-10 | [IPV4/IPV6/DECNET]: Small cleanup for fib rules. | Denis V. Lunev | 1 | -7/+6 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 5 | -20/+20 |
| 2007-10-10 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 1 | -1/+2 |
| 2007-10-10 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 1 | -0/+3 |
| 2007-10-10 | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 1 | -0/+3 |
| 2007-10-10 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -5/+8 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 4 | -8/+12 |
| 2007-09-11 | [DECNET]: Fix interface address listing regression. | Patrick McHardy | 1 | -1/+1 |
| 2007-07-31 | [DECNET]: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -2/+2 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2 | -2/+2 |
| 2007-07-10 | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 4 | -4/+4 |
| 2007-07-10 | [NET]: dev_mcast: unexport dev_mc_upload | Patrick McHardy | 1 | -3/+0 |
| 2007-06-07 | [NETLINK]: Mark netlink policies const | Patrick McHardy | 2 | -2/+2 |
| 2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 1 | -1/+1 |
| 2007-05-03 | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 4 | -55/+57 |