summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy3-14/+10
2015-04-13fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-13fou: add network namespace supportWANG Cong1-39/+67
2015-04-13fou: always use be16 for portWANG Cong1-3/+3
2015-04-13fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-13fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-10tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+3
2015-04-09tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso68-499/+540
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-1/+3
2015-04-08net: remove extra newlinesSheng Yong2-8/+0
2015-04-08tcp: RFC7413 option support for Fast Open clientDaniel Lee4-14/+36
2015-04-08tcp: RFC7413 option support for Fast Open serverDaniel Lee3-23/+54
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller3-4/+4
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller8-44/+57
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2-7/+6
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller4-4/+4
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller6-19/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller3-37/+28
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller14-100/+61
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller1-2/+2
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris30-63/+64
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris39-202/+210
2015-04-03net: move fib_rules_unregister() under rtnl lockWANG Cong2-3/+2
2015-04-03ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong1-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel1-1/+6
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel4-3/+12
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-1/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc9-23/+23
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc10-31/+31
2015-03-31tcp: simplify inetpeer_addr_base useJiri Benc1-14/+8
2015-03-31fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck1-22/+7
2015-03-31fib_trie: Fix warning on fib4_rules_exitAlexander Duyck1-4/+4
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+6
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet2-29/+29
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong1-1/+1
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa7-13/+15
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2-2/+6
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet3-3/+1
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2-15/+6
2015-03-25tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2-12/+9
2015-03-25tcp: md5: input path is run under rcu protected sectionsEric Dumazet1-14/+3
2015-03-25tcp: use C99 initializers in new_state[]Eric Dumazet1-12/+13