aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeGravatar Nikolay Aleksandrov 2-2/+4
2016-09-23tcp: fix a compile error in DBGUNDO()Gravatar Eric Dumazet 1-2/+1
2016-09-23tcp: fix wrong checksum calculation on MTU probingGravatar Douglas Caetano dos Santos 1-5/+7
2016-09-22tcp: properly account Fast Open SYN-ACK retransGravatar Yuchung Cheng 3-1/+4
2016-09-22tcp: fix under-accounting retransmit SNMP countersGravatar Yuchung Cheng 1-1/+1
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+14
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Gravatar Eric Dumazet 1-2/+8
2016-09-21ipmr, ip6mr: return lastuse relative to nowGravatar Nikolay Aleksandrov 1-2/+5
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Gravatar Eric Dumazet 1-1/+2
2016-09-16net: VRF: Pass original iif to ip_route_input()Gravatar Mark Tomlinson 1-2/+3
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-4/+7
2016-09-09vti: use right inner_mode for inbound inter address family policy checksGravatar thomas.zeitlhofer+lkml@ze-it.at 1-1/+14
2016-09-08tcp: cwnd does not increase in TCP YeAHGravatar Artem Germanov 1-1/+1
2016-09-08tcp: fastopen: avoid negative sk_forward_allocGravatar Eric Dumazet 1-0/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+1
2016-09-06net: Don't delete routes in different VRFsGravatar Mark Tomlinson 2-3/+8
2016-09-06netfilter: nft_chain_route: re-route before skb is queued to userspaceGravatar Liping Zhang 1-4/+7
2016-09-01tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataGravatar Neal Cardwell 1-0/+1
2016-09-01netconf: add a notif when settings are createdGravatar Nicolas Dichtel 1-4/+7
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTGravatar Liping Zhang 1-0/+1
2016-08-23net: diag: Fix refcnt leak in error path destroying socketGravatar David Ahern 2-3/+6
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsGravatar Eric Dumazet 2-2/+0
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Gravatar Eric Dumazet 1-1/+7
2016-08-23udp: fix poll() issue with zero sized packetsGravatar Eric Dumazet 1-6/+6
2016-08-22net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Gravatar Shmulik Ladkani 1-3/+5
2016-08-22xfrm: Only add l3mdev oif to dst lookupsGravatar David Ahern 1-1/+1
2016-08-18fib_trie: Fix the description of pos and bitsGravatar Xunlei Pang 1-2/+2
2016-08-15gre: set inner_protocol on xmitGravatar Simon Horman 1-1/+0
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedGravatar Lance Richardson 1-0/+31
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerGravatar David Forster 1-6/+2
2016-07-30tcp: consider recv buf for the initial window scaleGravatar Soheil Hassas Yeganeh 1-1/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-79/+12
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 32-192/+1196
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeGravatar Nikolay Aleksandrov 1-1/+1
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbGravatar Daniel Borkmann 1-3/+1
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+7
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 3-47/+59
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-22/+40
2016-07-19net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Gravatar Shmulik Ladkani 1-0/+9
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsGravatar Shmulik Ladkani 3-4/+6
2016-07-18netfilter: x_tables: speed up jump target validationGravatar Florian Westphal 2-43/+49
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageGravatar Nikolay Aleksandrov 1-4/+9
2016-07-15tcp_timer.c: Add kernel-doc function descriptionsGravatar Richard Sailer 1-17/+64
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Gravatar Jason Baron 1-17/+22
2016-07-11ipv4: af_inet: make it explicitly non-modularGravatar Paul Gortmaker 1-4/+1
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceGravatar Julian Anastasov 1-0/+6
2016-07-11tcp: make challenge acks less predictableGravatar Eric Dumazet 1-5/+10
2016-07-11tunnels: correct conditional build of MPLS and IPv6Gravatar Simon Horman 1-12/+13
2016-07-11udp: prevent bugcheck if filter truncates packet too muchGravatar Michal Kubeček 1-0/+2
2016-07-11netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeGravatar Liping Zhang 1-4/+10