aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan1-0/+2
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer1-2/+6
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong1-8/+13
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp1-17/+15
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller2-3/+3
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos1-2/+4
2017-05-26ipv4: add reference counting to metricsEric Dumazet2-8/+19
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka1-1/+1
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+4
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka1-4/+5
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka1-7/+17
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka1-12/+23
2017-05-21arp: fixed error in a commentIhar Hrachyshka1-1/+1
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2-3/+2
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka1-2/+14
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern2-16/+25
2017-05-16ipmr: vrf: Find VIFs using the actual deviceThomas Winter1-2/+16
2017-05-16tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh1-1/+1
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+5
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng1-4/+5
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-27/+44
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-05-08Revert "ipv4: restore rt->fi for reference counting"David S. Miller1-17/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2-9/+2
2017-05-08vti: check nla_put_* return valueHangbin Liu1-6/+7
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-08ipv4: restore rt->fi for reference countingWANG Cong1-1/+17
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet3-20/+32
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-04esp4: Fix udpencap for local TCP packets.Steffen Klassert1-1/+4
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-910/+1365
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari1-0/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-99/+113
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti1-1/+1
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert1-0/+3
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+1
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+8
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3