| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4/route.c: respect prefsrc for local routes | Joel Sing | 2011-01-04 | 1 | -2/+6 |
* | ipv4: dont create routes on down devices | Eric Dumazet | 2010-12-26 | 1 | -3/+4 |
* | Revert "ipv4: Allow configuring subnets as local addresses" | David S. Miller | 2010-12-23 | 1 | -2/+8 |
* | tcp: fix listening_get_next() | Eric Dumazet | 2010-12-23 | 1 | -2/+2 |
* | net: fix nulls list corruptions in sk_prot_alloc | Octavian Purdila | 2010-12-16 | 2 | -0/+2 |
* | tcp: protect sysctl_tcp_cookie_size reads | Eric Dumazet | 2010-12-08 | 1 | -12/+15 |
* | tcp: avoid a possible divide by zero | Eric Dumazet | 2010-12-08 | 1 | -2/+4 |
* | tcp: Replace time wait bucket msg by counter | Tom Herbert | 2010-12-08 | 2 | -1/+2 |
* | tcp: Bug fix in initialization of receive window. | Nandita Dukkipati | 2010-12-08 | 1 | -5/+4 |
* | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners | Nagendra Tomar | 2010-11-29 | 1 | -2/+1 |
* | tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) | Alexey Dobriyan | 2010-11-28 | 1 | -1/+5 |
* | netns: Don't leak others' openreq-s in proc | Pavel Emelyanov | 2010-11-28 | 1 | -1/+3 |
* | tcp: Make TCP_MAXSEG minimum more correct. | David S. Miller | 2010-11-24 | 1 | -1/+1 |
* | net: allow GFP_HIGHMEM in __vmalloc() | Eric Dumazet | 2010-11-21 | 1 | -1/+1 |
* | xfrm: update flowi saddr in icmp_send if unset | Ulrich Weber | 2010-11-16 | 1 | -0/+3 |
* | tcp: Don't change unlocked socket state in tcp_v4_err(). | David S. Miller | 2010-11-12 | 1 | -5/+3 |
* | tcp: Increase TCP_MAXSEG socket option minimum. | David S. Miller | 2010-11-11 | 1 | -1/+1 |
* | net: avoid limits overflow | Eric Dumazet | 2010-11-10 | 5 | -15/+17 |
* | inet: fix ip_mc_drop_socket() | Eric Dumazet | 2010-11-09 | 1 | -3/+1 |
* | inet_diag: Make sure we actually run the same bytecode we audited. | Nelson Elhage | 2010-11-04 | 1 | -11/+16 |
* | fib: fib_result_assign() should not change fib refcounts | Eric Dumazet | 2010-11-04 | 1 | -4/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-11-04 | 3 | -20/+22 |
|\ |
|
| * | ipv4: netfilter: ip_tables: fix information leak to userland | Vasiliy Kulikov | 2010-11-03 | 1 | -0/+1 |
| * | ipv4: netfilter: arp_tables: fix information leak to userland | Vasiliy Kulikov | 2010-11-03 | 1 | -0/+1 |
| * | netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=n | Patrick McHardy | 2010-10-29 | 1 | -20/+20 |
* | | ip_gre: fix fallback tunnel setup | Eric Dumazet | 2010-10-31 | 1 | -3/+3 |
* | | fib: Fix fib zone and its hash leak on namespace stop | Pavel Emelyanov | 2010-10-28 | 3 | -1/+24 |
|/ |
|
* | tunnels: Fix tunnels change rcu protection | Pavel Emelyanov | 2010-10-27 | 2 | -0/+2 |
* | inetpeer: __rcu annotations | Eric Dumazet | 2010-10-27 | 1 | -58/+80 |
* | tunnels: add __rcu annotations | Eric Dumazet | 2010-10-27 | 1 | -10/+19 |
* | net: add __rcu annotations to protocol | Eric Dumazet | 2010-10-27 | 1 | -3/+5 |
* | ipv4: add __rcu annotations to routes.c | Eric Dumazet | 2010-10-27 | 1 | -29/+46 |
* | fib_hash: fix rcu sparse and logical errors | Eric Dumazet | 2010-10-26 | 1 | -16/+20 |
* | ipv4: add __rcu annotations to ip_ra_chain | Eric Dumazet | 2010-10-25 | 1 | -3/+7 |
* | net: add __rcu annotation to sk_filter | Eric Dumazet | 2010-10-25 | 1 | -1/+1 |
* | tunnels: add _rcu annotations | Eric Dumazet | 2010-10-25 | 1 | -2/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 7 | -9/+9 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 7 | -9/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-10-23 | 51 | -1404/+1874 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-10-21 | 15 | -244/+342 |
| |\ \ |
|
| | * \ | Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Patrick McHardy | 2010-10-21 | 1 | -14/+15 |
| | |\ \ |
|
| | | * | | nf_nat: restrict ICMP translation for embedded header | Julian Anastasov | 2010-10-21 | 1 | -14/+15 |
| | * | | | tproxy: fix hash locking issue when using port redirection in __inet_inherit_... | Balazs Scheidler | 2010-10-21 | 2 | -5/+33 |
| | |/ / |
|
| | * | | netfilter: fix kconfig unmet dependency warning | Randy Dunlap | 2010-10-18 | 1 | -2/+2 |
| | * | | netfilter: xtables: resolve indirect macros 3/3 | Jan Engelhardt | 2010-10-13 | 3 | -17/+17 |
| | * | | netfilter: xtables: resolve indirect macros 2/3 | Jan Engelhardt | 2010-10-13 | 2 | -46/+46 |
| | * | | netfilter: xtables: resolve indirect macros 1/3 | Jan Engelhardt | 2010-10-13 | 2 | -11/+11 |
| | * | | netfilter: ipt_LOG: add bufferisation to call printk() once | Eric Dumazet | 2010-10-04 | 1 | -72/+73 |
| | * | | netfilter: nf_nat: make find/put static | Stephen Hemminger | 2010-10-04 | 1 | -4/+2 |
| | * | | netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpers | Pablo Neira Ayuso | 2010-09-22 | 5 | -14/+93 |