summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/packet: make tp_drops atomicEric Dumazet2019-06-152-9/+12
* net/packet: constify __packet_rcv_has_room()Eric Dumazet2019-06-151-5/+8
* net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet2019-06-151-7/+7
* net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet2019-06-151-7/+7
* net/packet: constify __packet_get_status() argumentEric Dumazet2019-06-151-1/+1
* Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/sc...David S. Miller2019-06-1418-116/+369
|\
| * mac80211: notify offchannel expire on mgmt_txJames Prestwood2019-06-141-0/+4
| * nl80211: send event when CMD_FRAME duration expiresJames Prestwood2019-06-142-0/+31
| * mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-143-12/+3
| * mac80211: extend __rate_control_send_low warningJohannes Berg2019-06-141-1/+3
| * mac80211: fill low rate even for HAS_RATE_CONTROLJohannes Berg2019-06-141-2/+2
| * mac80211: use STA info in rate_control_send_low()Johannes Berg2019-06-144-10/+56
| * mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-143-13/+7
| * cfg80211: Add a function to iterate all BSS entriesIlan Peer2019-06-141-0/+21
| * mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2019-06-142-1/+7
| * mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin2019-06-141-2/+16
| * nl80211: require and validate vendor command policyJohannes Berg2019-06-142-2/+50
| * nl80211: add support for SAE authentication offloadChung-Hsien Hsu2019-06-141-0/+14
| * nl80211: add WPA3 definition for SAE authenticationChung-Hsien Hsu2019-06-141-1/+2
| * nl80211: add NL80211_ATTR_IFINDEX to port authorized eventChung-Hsien Hsu2019-06-141-1/+3
| * mac80211: AMPDU handling for Extended Key IDAlexander Wetzel2019-06-142-44/+57
| * nl80211: fill all policy .type entriesJohannes Berg2019-05-281-21/+57
| * cfg80211: Handle bss expiry during connectionChaitanya Tata2019-05-283-9/+39
* | sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant2019-06-141-5/+18
* | l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-141-18/+3
* | net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean2019-06-141-0/+1
* | 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