summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: add optional per socket transmit delayEric Dumazet2019-06-125-8/+52
* net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli2019-06-121-1/+1
* net: sched: ingress: set 'unlocked' flag for Qdisc opsVlad Buslov2019-06-121-0/+1
* net/tls: add kernel-driven resync mechanism for TXJakub Kicinski2019-06-111-0/+27
* net/tls: generalize the resync callbackJakub Kicinski2019-06-111-2/+3
* net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-112-13/+94
* net/tls: rename handle_device_resync()Jakub Kicinski2019-06-112-2/+3
* net/tls: pass record number as a byte arrayJakub Kicinski2019-06-112-7/+13
* net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski2019-06-111-4/+3
* packet: remove unused variable 'status' in __packet_lookup_frame_in_blockMao Wenan2019-06-111-2/+1
* net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo2019-06-111-2/+0
* net: netlink: make netlink_walk_start() void return typeTaehee Yoo2019-06-111-12/+3
* nexthops: add support for replaceDavid Ahern2019-06-101-5/+214
* ipv6: Allow routes to use nexthop objectsDavid Ahern2019-06-101-8/+81
* ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern2019-06-101-6/+65
* ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-102-0/+34
* ipv6: Handle all fib6_nh in a nexthop in mtu updatesDavid Ahern2019-06-101-1/+28
* ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirectDavid Ahern2019-06-101-1/+19
* ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirectDavid Ahern2019-06-101-4/+35
* ipv6: Handle all fib6_nh in a nexthop in exception handlingDavid Ahern2019-06-101-3/+108
* ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_devDavid Ahern2019-06-101-0/+18
* ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_sizeDavid Ahern2019-06-101-12/+37
* ipv6: Handle all fib6_nh in a nexthop in __find_rr_leafDavid Ahern2019-06-101-2/+47
* ipv6: Handle all fib6_nh in a nexthop in rt6_device_matchDavid Ahern2019-06-101-2/+52
* ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_fromDavid Ahern2019-06-101-4/+27
* nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2019-06-101-0/+31
* tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing2019-06-101-3/+3
* ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-092-3/+11
* af_key: make use of BUG_ON macroHariprasad Kelam2019-06-091-4/+2
* ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()Eric Dumazet2019-06-091-1/+1
* net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior2019-06-091-8/+7
* net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior2019-06-091-8/+11
* net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-26/+23
* net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean2019-06-081-1/+120
* net: dsa: sja1105: Receive and decode meta framesVladimir Oltean2019-06-081-3/+41
* net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean2019-06-081-0/+2
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-081-0/+15
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-081-7/+11
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-082-30/+46
* net: dsa: Add teardown callback for driversVladimir Oltean2019-06-081-0/+3
* net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean2019-06-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07428-2419/+533
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-0715-59/+92
| |\
| | * pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-061-0/+11
| | * net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-061-4/+6
| | * ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-061-5/+8
| | * ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-061-2/+10
| | * Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-051-3/+3
| | * ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-051-1/+4
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-052-10/+8