summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-14/+10
* fou: implement FOU_CMD_GETWANG Cong2015-04-121-0/+109
* fou: add network namespace supportWANG Cong2015-04-121-39/+67
* fou: always use be16 for portWANG Cong2015-04-121-3/+3
* fou: exit early when parsing config failsWANG Cong2015-04-121-1/+4
* fou: avoid calling udp_del_offload() twiceWANG Cong2015-04-121-2/+2
* tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet2015-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-091-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-0868-499/+540
| |\
| * | netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal2015-04-081-1/+3
* | | tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet2015-04-081-4/+10
* | | netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
* | | ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa2015-04-081-1/+2
* | | net: remove extra newlinesSheng Yong2015-04-072-8/+0
| |/ |/|
* | tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-074-14/+36
* | tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-073-23/+54
* | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-073-4/+4
* | netfilter: Pass socket pointer down through okfn().David Miller2015-04-078-44/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-063-5/+9
|\ \
| * | net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-022-3/+2
| * | ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
| * | tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* | | netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-042-7/+6
* | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-044-4/+4
* | | netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-046-19/+16
* | | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-043-37/+28
* | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0414-100/+61
* | | netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-041-2/+2
* | | ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-0330-63/+64
* | | 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