Age | Commit message (Expand) | Author | Files | Lines |
2010-12-15 | 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-09 | 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-12 | 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-09 | decnet: RCU conversion and get rid of dev_base_lock | Eric Dumazet | 5 | -74/+104 |
2010-10-12 | net dst: use a percpu_counter to track entries | Eric Dumazet | 1 | -1/+2 |
2010-10-06 | net neigh: RCU conversion of neigh hash table | Eric Dumazet | 1 | -6/+7 |
2010-08-17 | net/decnet: Adjust confusing if indentation | Julia Lawall | 1 | -4/+4 |
2010-06-11 | net-next: remove useless union keyword | Changli Gao | 1 | -79/+79 |
2010-05-18 | 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-21 | 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-14 | net: fib_rules: decouple address families from real address families | Patrick McHardy | 1 | -1/+1 |
2010-04-14 | net: fib_rules: set family in fib_rule_hdr centrally | Patrick McHardy | 1 | -1/+0 |
2010-04-14 | 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-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -0/+8 |
2010-04-04 | 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-30 | net: Move && and || to end of previous line | Joe Perches | 1 | -2/+3 |
2009-11-26 | 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-12 | decnet: convert dndev_lock to spinlock | stephen hemminger | 1 | -7/+12 |
2009-11-12 | decnet: add RTNL lock when reading address list | stephen hemminger | 1 | -0/+4 |
2009-11-11 | 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-06 | 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-21 | 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-10-01 | 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-02 | net: make neigh_ops constant | Stephen Hemminger | 1 | -3/+3 |
2009-07-06 | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal | 1 | -1/+1 |
2009-06-27 | decnet: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -0/+2 |