summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-143-14/+10
|\
| * netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
| * netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-14/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-143-6/+8
|\ \
| * | tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-091-0/+2
| * | udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-4/+4
| * | fou: Don't use const __read_mostlyAndi Kleen2015-04-081-2/+2
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-132-5/+4
|\ \ \
| * | | new helper: msg_data_left()Al Viro2015-04-111-4/+4
| * | | Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+0
| |\ \ \
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | | | | tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-136-267/+52
* | | | | tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-131-6/+4
| |_|_|/ |/| | |
* | | | 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
OpenPOWER on IntegriCloud