summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-262-2/+4
* tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-231-2/+1Star
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-09-231-5/+7
* tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-223-1/+4
* tcp: fix under-accounting retransmit SNMP countersYuchung Cheng2016-09-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-221-1/+14
|\
| * vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-091-1/+14
* | net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet2016-09-221-2/+8
* | ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* | tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2016-09-171-1/+2
* | net: VRF: Pass original iif to ip_route_input()Mark Tomlinson2016-09-161-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-09-131-4/+7
|\ \ | |/ |/|
| * netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang2016-09-061-4/+7
* | tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-091-1/+1
* | tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-091-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-021-0/+1
* | netconf: add a notif when settings are createdNicolas Dichtel2016-09-021-4/+7
* | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-242-3/+6
* | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-242-2/+0Star
* | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-241-1/+7
* | udp: fix poll() issue with zero sized packetsEric Dumazet2016-08-241-6/+6
* | net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-231-3/+5
* | fib_trie: Fix the description of pos and bitsXunlei Pang2016-08-191-2/+2
* | gre: set inner_protocol on xmitSimon Horman2016-08-151-1/+0Star
* | vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-08-091-0/+31
* | ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-08-061-6/+2Star
* | tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-311-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-302-79/+12Star
|\ \
| * \ Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-072-79/+12Star
| |\ \
| | * | ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-0/+3
| | * | netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-271-79/+9Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-2732-192/+1196
|\ \ \ \
| * | | | net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-271-1/+1
| * | | | udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-261-3/+1Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-253-47/+59
| |\ \ \ \
| | * | | | netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-182-43/+49
| | * | | | netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-111-4/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-243-22/+40
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani2016-07-201-0/+9
| * | | | | net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-203-4/+6
| * | | | | net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-171-4/+9
| * | | | | tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer2016-07-161-17/+64
| * | | | | ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-121-4/+1Star
| * | | | | tunnels: correct conditional build of MPLS and IPv6Simon Horman2016-07-111-12/+13
| * | | | | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-101-6/+6
| * | | | | ipip: support MPLS over IPv4Simon Horman2016-07-091-16/+121