summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-143-7/+12
* net: remove empty netlink_tap_exit_netLi RongQing2019-06-141-5/+0
* Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-06-141-20/+98
|\
| * devlink: Hang reporter's dump method on a dumpit cbAya Levin2019-06-131-20/+98
* | ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-06-142-1/+18
* | net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov2019-06-141-0/+1
* | tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn2019-06-141-1/+1
* | vsock: correct removal of socket from the listSunil Muthuswamy2019-06-141-31/+7
* | net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet2019-06-141-4/+9
* | net/packet: remove locking from packet_rcv_has_room()Eric Dumazet2019-06-141-11/+9
* | net/packet: implement shortcut in tpacket_rcv()Eric Dumazet2019-06-141-0/+6
* | net/packet: make tp_drops atomicEric Dumazet2019-06-142-9/+12
* | net/packet: constify __packet_rcv_has_room()Eric Dumazet2019-06-141-5/+8
* | net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet2019-06-141-7/+7
* | net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet2019-06-141-7/+7
* | net/packet: constify __packet_get_status() argumentEric Dumazet2019-06-141-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-131-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