summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4/route.c: respect prefsrc for local routesJoel Sing2011-01-041-2/+6
* ipv4: dont create routes on down devicesEric Dumazet2010-12-261-3/+4
* Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-231-2/+8
* tcp: fix listening_get_next()Eric Dumazet2010-12-231-2/+2
* net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-162-0/+2
* tcp: protect sysctl_tcp_cookie_size readsEric Dumazet2010-12-081-12/+15
* tcp: avoid a possible divide by zeroEric Dumazet2010-12-081-2/+4
* tcp: Replace time wait bucket msg by counterTom Herbert2010-12-082-1/+2
* tcp: Bug fix in initialization of receive window.Nandita Dukkipati2010-12-081-5/+4Star
* inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar2010-11-291-2/+1Star
* tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan2010-11-281-1/+5
* netns: Don't leak others' openreq-s in procPavel Emelyanov2010-11-281-1/+3
* tcp: Make TCP_MAXSEG minimum more correct.David S. Miller2010-11-241-1/+1
* net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-211-1/+1
* xfrm: update flowi saddr in icmp_send if unsetUlrich Weber2010-11-161-0/+3
* tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller2010-11-121-5/+3Star
* tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller2010-11-111-1/+1
* net: avoid limits overflowEric Dumazet2010-11-105-15/+17
* inet: fix ip_mc_drop_socket()Eric Dumazet2010-11-091-3/+1Star
* inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage2010-11-041-11/+16
* fib: fib_result_assign() should not change fib refcountsEric Dumazet2010-11-041-4/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-11-043-20/+22
|\
| * ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
| * ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
| * netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=nPatrick McHardy2010-10-291-20/+20
* | ip_gre: fix fallback tunnel setupEric Dumazet2010-10-311-3/+3
* | fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov2010-10-283-1/+24
|/
* tunnels: Fix tunnels change rcu protectionPavel Emelyanov2010-10-272-0/+2
* inetpeer: __rcu annotationsEric Dumazet2010-10-271-58/+80
* tunnels: add __rcu annotationsEric Dumazet2010-10-271-10/+19
* net: add __rcu annotations to protocolEric Dumazet2010-10-271-3/+5
* ipv4: add __rcu annotations to routes.cEric Dumazet2010-10-271-29/+46
* fib_hash: fix rcu sparse and logical errorsEric Dumazet2010-10-261-16/+20
* ipv4: add __rcu annotations to ip_ra_chainEric Dumazet2010-10-251-3/+7
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-251-1/+1
* tunnels: add _rcu annotationsEric Dumazet2010-10-251-2/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-247-9/+9
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-187-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2351-1404/+1874
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-2115-244/+342
| |\ \
| | * \ Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy2010-10-211-14/+15
| | |\ \
| | | * | nf_nat: restrict ICMP translation for embedded headerJulian Anastasov2010-10-211-14/+15
| | * | | tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler2010-10-212-5/+33
| | |/ /
| | * | netfilter: fix kconfig unmet dependency warningRandy Dunlap2010-10-181-2/+2
| | * | netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-133-17/+17
| | * | netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-132-46/+46
| | * | netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-132-11/+11
| | * | netfilter: ipt_LOG: add bufferisation to call printk() onceEric Dumazet2010-10-041-72/+73
| | * | netfilter: nf_nat: make find/put staticStephen Hemminger2010-10-041-4/+2Star
| | * | netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso2010-09-225-14/+93