summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-10ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-10ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-10ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-12-10ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-5/+15
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-10GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-12-10udplite: call proper backlog handlersEric Dumazet3-3/+3
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-21net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-21tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-21ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson4-17/+4
2016-11-21tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet2-6/+7
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca4-5/+5
2016-09-26ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng3-1/+4
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+14
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov1-2/+5
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-09-16net: VRF: Pass original iif to ip_route_input()Mark Tomlinson1-2/+3
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+7
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at1-1/+14
2016-09-09tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-09tcp: fastopen: avoid negative sk_forward_allocEric Dumazet1-0/+1
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson2-3/+8
2016-09-06netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang1-4/+7
2016-09-02tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell1-0/+1
2016-09-02netconf: add a notif when settings are createdNicolas Dichtel1-4/+7
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang1-0/+1
2016-08-24net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2-3/+6
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2-2/+0
2016-08-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-08-24udp: fix poll() issue with zero sized packetsEric Dumazet1-6/+6
2016-08-23net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani1-3/+5
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern1-1/+1
2016-08-19fib_trie: Fix the description of pos and bitsXunlei Pang1-2/+2
2016-08-15gre: set inner_protocol on xmitSimon Horman1-1/+0
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31