summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-0339-202/+210
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-022-2/+2
|\
| * ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-291-1/+1
| * tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-231-1/+1
* | ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+6
* | ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-024-3/+12
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-1/+1
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-319-23/+23
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-3110-31/+31
* | tcp: simplify inetpeer_addr_base useJiri Benc2015-03-311-14/+8
* | fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck2015-03-311-22/+7
* | fib_trie: Fix warning on fib4_rules_exitAlexander Duyck2015-03-311-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-292-2/+6
|\ \
| * | netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-252-2/+6
* | | tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-292-29/+29
* | | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-257-13/+15
|/ /
* | tcp: fix ipv4 mapped request socksEric Dumazet2015-03-253-3/+1
* | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-242-15/+6
* | tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-242-12/+9
* | tcp: md5: input path is run under rcu protected sectionsEric Dumazet2015-03-241-14/+3
* | tcp: use C99 initializers in new_state[]Eric Dumazet2015-03-241-12/+13
* | tcp: md5: fix rcu lockdep splatEric Dumazet2015-03-241-9/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-3/+3
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-221-3/+3
| |\
| | * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-232-5/+4
|\ \ \
| * | | netfilter: bridge: kill nf_bridge_padFlorian Westphal2015-03-221-4/+1
| * | | netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-181-1/+3
* | | | inet: fix double request socket freeingFan Du2015-03-231-2/+2
* | | | fib_trie: Fix regression in handling of inflate/halve failureAlexander Duyck2015-03-231-4/+9
* | | | ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-35/+34
* | | | net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-233-12/+12
* | | | inet: remove some sk_listener dependenciesEric Dumazet2015-03-231-11/+11
* | | | inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-232-4/+6
* | | | inet: cache listen_sock_qlen() and read rskq_defer_accept onceEric Dumazet2015-03-231-6/+9
* | | | Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-201-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-207-11/+29
|\ \ \ \ | | |/ / | |/| |
| * | | tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1
| * | | inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet2015-03-171-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-161-1/+1
| |\ \ \
| | * | | xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert2015-02-091-1/+1
| * | | | inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-131-3/+15
| * | | | xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-0/+1
| * | | | tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell2015-03-111-2/+4
| * | | | tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell2015-03-111-0/+6
| | |_|/ | |/| |
* | | | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-207-91/+83
* | | | inet: drop prev pointer handling in request sockEric Dumazet2015-03-204-23/+23
* | | | inet: add a schedule point in inet_twsk_purge()Eric Dumazet2015-03-181-0/+1
* | | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-183-41/+25
* | | | ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-181-6/+25
OpenPOWER on IntegriCloud