summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-172-6/+105
* tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
* tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-127-9/+20
|\
| * tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-081-1/+1
| * tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-081-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-081-1/+1
| |\
| | * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-221-1/+1
| * | net: Don't delete routes in different VRFsMark Tomlinson2016-09-062-3/+8
| * | tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell2016-09-011-0/+1
| * | netconf: add a notif when settings are createdNicolas Dichtel2016-09-011-4/+7
| * | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | | net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-102-12/+0
* | | net: l3mdev: remove redundant callsDavid Ahern2016-09-103-13/+4
* | | net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-101-4/+0
* | | net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-101-2/+6
* | | net: l3mdev: Add hook to output pathDavid Ahern2016-09-101-0/+8
* | | net: flow: Add l3mdev flow updateDavid Ahern2016-09-101-0/+3
* | | tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-101-1/+7
* | | ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* | | net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-21/+2
* | | ip_tunnel: do not clear l4 hashesEric Dumazet2016-09-091-1/+1
* | | ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE eventsGuillaume Nault2016-09-091-3/+7
* | | ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2016-09-081-2/+5
* | | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-084-144/+193
* | | net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti2016-09-082-20/+39
* | | net: diag: make udp_diag_destroy work for mapped addresses.Lorenzo Colitti2016-09-071-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-068-627/+8
|\ \ \
| * | | netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-302-4/+2
| * | | netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng2016-08-301-1/+1
| * | | netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso2016-08-135-615/+1
| * | | netfilter: use_nf_conn_expires helper in more placesFlorian Westphal2016-08-121-2/+1
| * | | netfilter: nf_dup4: remove redundant checksum recalculationLiping Zhang2016-08-121-6/+4
* | | | tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* | | | fou: make nla_policy conststephen hemminger2016-09-011-1/+1
* | | | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-302-1/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-307-17/+26
|\ \ \ \ | | |/ / | |/| |
| * | | net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-232-3/+6
| * | | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-232-2/+0
| * | | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-231-1/+7
| * | | udp: fix poll() issue with zero sized packetsEric Dumazet2016-08-231-6/+6
| * | | net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-221-3/+5
| * | | fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-181-2/+2
* | | | tcp: add tcp_add_backlog()Eric Dumazet2016-08-291-4/+29
* | | | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-282-0/+8
* | | | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-252-0/+2
* | | | tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2016-08-251-0/+1
* | | | net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-241-3/+33
* | | | net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2016-08-241-11/+17
* | | | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-232-2/+0
OpenPOWER on IntegriCloud