aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2-5/+14
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-9/+59
2017-06-17net: remove DST_NOCACHE flagWei Wang1-12/+11
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-3/+1
2017-06-17ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20
2017-06-17net: use loopback dev when generating blackhole routeWei Wang1-1/+1
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang1-10/+9
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-2/+2
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg2-4/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg5-11/+11
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-4/+2
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2-2/+4
2017-06-15tcp: ULP infrastructureDave Watson5-1/+190
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+37
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-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni1-11/+103
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni1-1/+5
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp1-17/+15
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+33
2017-06-08net: ipmr: add getlink supportNikolay Aleksandrov1-0/+126
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet3-6/+27
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet5-19/+22
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet5-12/+12
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet5-13/+14
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet3-10/+14
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller2-3/+3
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+6
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-9/+19
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan1-0/+4
2017-06-04dccp: consistently use dccp_write_space()Eric Dumazet1-1/+0
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet1-4/+2
2017-06-02tcp: use TS opt on RTTs for congestion controlYuchung Cheng1-7/+8
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-06-01ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu1-3/+4
2017-05-31tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos1-2/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern4-15/+21
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-2/+4
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern2-9/+15
2017-05-30net: ipv4: refactor key and length checksDavid Ahern1-10/+15
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-12/+29
2017-05-26ipv4: add reference counting to metricsEric Dumazet2-8/+19
2017-05-26net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu1-2/+11
2017-05-26net: ipv4: Save trie prefix to fib lookup resultDavid Ahern1-0/+1
2017-05-26net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern1-8/+13
2017-05-26net: ipv4: Remove event arg to rt_fill_infoDavid Ahern1-4/+3