| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-12-16 | 3 | -6/+25 |
|\ |
|
| * | netfilter: fix crashes in bridge netfilter caused by fragment jumps | Patrick McHardy | 2009-12-15 | 1 | -0/+6 |
| * | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli... | Patrick McHardy | 2009-12-15 | 3 | -6/+19 |
* | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. | David S. Miller | 2009-12-16 | 2 | -17/+14 |
* | | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2009-12-09 | 2 | -3/+9 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 35 | -730/+1346 |
|\ |
|
| * | tcp: connect() race with timewait reuse | Eric Dumazet | 2009-12-04 | 1 | -5/+10 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-12-03 | 10 | -86/+74 |
| |\ |
|
| | * | netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line | Joe Perches | 2009-11-23 | 9 | -83/+72 |
| | * | netfilter: remove unneccessary checks from netlink notifiers | Patrick McHardy | 2009-11-06 | 1 | -2/+1 |
| | * | netfilter: remove synchronize_net() calls in ip_queue/ip6_queue | Eric Dumazet | 2009-11-04 | 1 | -1/+1 |
| * | | net: Batch inet_twsk_purge | Eric W. Biederman | 2009-12-03 | 1 | -3/+8 |
| * | | net: Allow fib_rule_unregister to batch | Eric W. Biederman | 2009-12-03 | 1 | -15/+7 |
| * | | net 04/05: fib_rules: allow to delete local rule | Patrick McHardy | 2009-12-03 | 1 | -1/+1 |
| * | | TCPCT part 1g: Responder Cookie => Initiator | William Allen Simpson | 2009-12-03 | 2 | -4/+53 |
| * | | TCPCT part 1d: define TCP cookie option, extend existing struct's | William Allen Simpson | 2009-12-03 | 1 | -0/+13 |
| * | | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 2009-12-03 | 1 | -15/+12 |
| * | | net: Simplify ipip6 aka sit pernet operations. | Eric W. Biederman | 2009-12-02 | 1 | -19/+6 |
| * | | net: Simplify ip6_tunnel pernet operations. | Eric W. Biederman | 2009-12-02 | 1 | -19/+6 |
| * | | xfrm: Use the user specified truncation length in ESP and AH | Martin Willi | 2009-11-26 | 2 | -2/+2 |
| * | | net: use net_eq to compare nets | Octavian Purdila | 2009-11-26 | 4 | -9/+10 |
| * | | net/ipv6: Move && and || to end of previous line | Joe Perches | 2009-11-24 | 1 | -4/+4 |
| * | | netns: net_identifiers should be read_mostly | Eric Dumazet | 2009-11-18 | 2 | -2/+2 |
| * | | ipv6: speedup inet6_dump_addr() | Eric Dumazet | 2009-11-14 | 1 | -74/+97 |
| * | | ipv6: use RCU to walk list of network devices | Eric Dumazet | 2009-11-14 | 2 | -43/+37 |
| * | | net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED | William Allen Simpson | 2009-11-14 | 1 | -1/+1 |
| * | | ipv6: Remove unused var in inet6_dump_ifinfo() | David S. Miller | 2009-11-12 | 1 | -1/+1 |
| * | | IPv6: use ipv6_addr_v4mapped() | Brian Haley | 2009-11-11 | 1 | -1/+1 |
| * | | sit: Clean up DF code by copying from IPIP | Herbert Xu | 2009-11-11 | 1 | -21/+21 |
| * | | ipv6: Allow inet6_dump_addr() to handle more than 64 addresses | Eric Dumazet | 2009-11-11 | 1 | -0/+6 |
| * | | ipv6: speedup inet6_dump_ifinfo() | Eric Dumazet | 2009-11-11 | 1 | -17/+28 |
| * | | udp: bind() optimisation | Eric Dumazet | 2009-11-11 | 1 | -7/+7 |
| * | | udp: multicast RX should increment SNMP/sk_drops counter in allocation failures | Eric Dumazet | 2009-11-09 | 1 | -1/+7 |
| * | | ipv6: udp: Optimise multicast reception | Eric Dumazet | 2009-11-09 | 1 | -24/+47 |
| * | | ipv6: udp: optimize unicast RX path | Eric Dumazet | 2009-11-09 | 1 | -3/+109 |
| * | | udp: split sk_hash into two u16 hashes | Eric Dumazet | 2009-11-09 | 1 | -2/+25 |
| * | | ipv6: avoid dev_hold()/dev_put() in rawv6_bind() | Eric Dumazet | 2009-11-08 | 1 | -12/+11 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-06 | 1 | -3/+1 |
| |\ \ |
|
| * | | | ip_frag: dont touch device refcount | Eric Dumazet | 2009-11-06 | 1 | -7/+6 |
| * | | | net: check kern before calling security subsystem | Eric Paris | 2009-11-06 | 1 | -1/+1 |
| * | | | net: pass kern to net_proto_family create function | Eric Paris | 2009-11-06 | 1 | -1/+2 |
| * | | | net: drop capability from protocol definitions | Eric Paris | 2009-11-06 | 5 | -5/+1 |
| * | | | net: Introduce for_each_netdev_rcu() iterator | Eric Dumazet | 2009-11-04 | 2 | -16/+10 |
| * | | | ipv6: no more dev_put() in datagram_send_ctl() | Eric Dumazet | 2009-11-02 | 1 | -5/+9 |
| * | | | ipv6: no more dev_put() in inet6_bind() | Eric Dumazet | 2009-11-02 | 1 | -8/+9 |
| * | | | ip6tnl: less dev_put() calls | Eric Dumazet | 2009-11-02 | 1 | -6/+5 |
| | |/
| |/| |
|
| * | | Allow tcp_parse_options to consult dst entry | Gilad Ben-Yossef | 2009-10-29 | 2 | -14/+17 |
| * | | ip6mr: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -5/+10 |
| * | | ipv6 sit: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -6/+11 |
| * | | ip6tnl: Optimize multiple unregistration | Eric Dumazet | 2009-10-29 | 1 | -3/+8 |