summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern
2019-06-10ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-06-09af_key: make use of BUG_ON macroHariprasad Kelam
2019-06-09ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-08net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean
2019-06-08net: dsa: sja1105: Receive and decode meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe
2019-06-06Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-06-06ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King
2019-06-06net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-06-05ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern