summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet2015-04-101-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-091-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-082-8/+0Star
| |/ / / / |/| | | |
* | | | | tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-084-14/+36
* | | | | tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-083-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-073-5/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-032-3/+2Star
| * | | ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-031-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/+6Star
* | | | 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/+16Star
* | | | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-043-37/+28Star
* | | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0414-100/+61Star
* | | | 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-241-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/+8Star
* | | fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck2015-03-311-22/+7Star
* | | 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/+1Star
* | | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-252-15/+6Star
* | | tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-252-12/+9Star
* | | tcp: md5: input path is run under rcu protected sectionsEric Dumazet2015-03-251-14/+3Star
* | | tcp: use C99 initializers in new_state[]Eric Dumazet2015-03-251-12/+13
* | | tcp: md5: fix rcu lockdep splatEric Dumazet2015-03-251-9/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-241-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-242-5/+4Star
|\ \ \ \
| * | | | netfilter: bridge: kill nf_bridge_padFlorian Westphal2015-03-221-4/+1Star