summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-23udp: fix poll()Paolo Abeni
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni
2017-06-21ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes
2017-06-21tcp: md5: hide unused variableArnd Bergmann
2017-06-20igmp: add a missing spin_lock_init()WANG Cong
2017-06-19net/route: use get_random_int for random counterJason A. Donenfeld
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-19netfilter: ipt_CLUSTERIP: do not hold devXin Long
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang
2017-06-17ipv4: call dst_dev_put() properlyWei Wang
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang
2017-06-17net: use loopback dev when generating blackhole routeWei Wang
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-06-12udp: try to avoid 2 cache miss on dequeuePaolo Abeni
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni
2017-06-11net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen
2017-06-08net: ipmr: add getlink supportNikolay Aleksandrov
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan