| Commit message (Expand) | Author | Age |
* | net: use net_eq to compare nets | Octavian Purdila | 2009-11-25 |
* | net/ipv6: Move && and || to end of previous line | Joe Perches | 2009-11-24 |
* | netns: net_identifiers should be read_mostly | Eric Dumazet | 2009-11-18 |
* | ipv6: speedup inet6_dump_addr() | Eric Dumazet | 2009-11-13 |
* | ipv6: use RCU to walk list of network devices | Eric Dumazet | 2009-11-13 |
* | net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED | William Allen Simpson | 2009-11-13 |
* | ipv6: Remove unused var in inet6_dump_ifinfo() | David S. Miller | 2009-11-11 |
* | IPv6: use ipv6_addr_v4mapped() | Brian Haley | 2009-11-10 |
* | sit: Clean up DF code by copying from IPIP | Herbert Xu | 2009-11-10 |
* | ipv6: Allow inet6_dump_addr() to handle more than 64 addresses | Eric Dumazet | 2009-11-10 |
* | ipv6: speedup inet6_dump_ifinfo() | Eric Dumazet | 2009-11-10 |
* | udp: bind() optimisation | Eric Dumazet | 2009-11-10 |
* | udp: multicast RX should increment SNMP/sk_drops counter in allocation failures | Eric Dumazet | 2009-11-08 |
* | ipv6: udp: Optimise multicast reception | Eric Dumazet | 2009-11-08 |
* | ipv6: udp: optimize unicast RX path | Eric Dumazet | 2009-11-08 |
* | udp: split sk_hash into two u16 hashes | Eric Dumazet | 2009-11-08 |
* | ipv6: avoid dev_hold()/dev_put() in rawv6_bind() | Eric Dumazet | 2009-11-08 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-06 |
|\ |
|
| * | net: fix sk_forward_alloc corruption | Eric Dumazet | 2009-10-30 |
* | | ip_frag: dont touch device refcount | Eric Dumazet | 2009-11-06 |
* | | net: check kern before calling security subsystem | Eric Paris | 2009-11-06 |
* | | net: pass kern to net_proto_family create function | Eric Paris | 2009-11-06 |
* | | net: drop capability from protocol definitions | Eric Paris | 2009-11-06 |
* | | net: Introduce for_each_netdev_rcu() iterator | Eric Dumazet | 2009-11-04 |
* | | ipv6: no more dev_put() in datagram_send_ctl() | Eric Dumazet | 2009-11-02 |
* | | ipv6: no more dev_put() in inet6_bind() | Eric Dumazet | 2009-11-02 |
* | | ip6tnl: less dev_put() calls | Eric Dumazet | 2009-11-02 |
* | | Allow tcp_parse_options to consult dst entry | Gilad Ben-Yossef | 2009-10-29 |
* | | ip6mr: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 |
* | | ipv6 sit: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 |
* | | ip6tnl: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-10-27 |
|\| |
|
| * | net: Fix IP_MULTICAST_IF | Eric Dumazet | 2009-10-20 |
* | | ip6tnl: convert hash tables locking to RCU | Eric Dumazet | 2009-10-24 |
* | | xfrm6_tunnel: RCU conversion | Eric Dumazet | 2009-10-24 |
* | | ipv6 sit: RCU conversion phase II | Eric Dumazet | 2009-10-24 |
* | | ipv6 sit: RCU conversion phase I | Eric Dumazet | 2009-10-24 |
* | | net: IPv6 changes | Krishna Kumar | 2009-10-20 |
* | | IP: Cleanups | John Dykstra | 2009-10-20 |
* | | ah6: convert to ahash | Steffen Klassert | 2009-10-19 |
* | | net: sk_drops consolidation part 2 | Eric Dumazet | 2009-10-18 |
* | | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-18 |
* | | net: sk_drops consolidation | Eric Dumazet | 2009-10-14 |
* | | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 2009-10-13 |
* | | ipv6: fix devconf after adding force_tllao option | Cosmin Ratiu | 2009-10-13 |
* | | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 |
* | | ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. | YOSHIFUJI Hideaki / 吉藤英明 | 2009-10-12 |
* | | ipv6 sit: Fix 6rd relay address. | YOSHIFUJI Hideaki / 吉藤英明 | 2009-10-12 |
* | | ipv6 sit: Ensure to initialize 6rd parameters. | YOSHIFUJI Hideaki / 吉藤英明 | 2009-10-12 |
* | | udp: dynamically size hash tables at boot time | Eric Dumazet | 2009-10-08 |