summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-06-15tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-15tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-15udp: Remove unused variable/function (exact_dif)Tim Beale2-23/+0
2019-06-15udp: Remove unused parameter (exact_dif)Tim Beale2-12/+11
2019-06-15ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet3-7/+12
2019-06-15net: remove empty netlink_tap_exit_netLi RongQing1-5/+0
2019-06-15Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-20/+98
2019-06-15ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2-1/+18
2019-06-15net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov1-0/+1
2019-06-15tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-15net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov1-16/+18
2019-06-15sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-15vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-06-15net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet1-4/+9
2019-06-15net/packet: remove locking from packet_rcv_has_room()Eric Dumazet1-11/+9
2019-06-15net/packet: implement shortcut in tpacket_rcv()Eric Dumazet1-0/+6
2019-06-15net/packet: make tp_drops atomicEric Dumazet2-9/+12
2019-06-15net/packet: constify __packet_rcv_has_room()Eric Dumazet1-5/+8
2019-06-15net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet1-7/+7
2019-06-15net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet1-7/+7
2019-06-15net/packet: constify __packet_get_status() argumentEric Dumazet1-1/+1
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev1-0/+26
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev1-0/+16
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2-0/+28
2019-06-14Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/sc...David S. Miller18-116/+369
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller14-39/+153
2019-06-14sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant1-5/+18
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+3
2019-06-14mac80211: notify offchannel expire on mgmt_txJames Prestwood1-0/+4
2019-06-14nl80211: send event when CMD_FRAME duration expiresJames Prestwood2-0/+31
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-12/+3
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern1-2/+2
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein1-1/+1
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho1-2/+2
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-14mac80211: extend __rate_control_send_low warningJohannes Berg1-1/+3
2019-06-14mac80211: fill low rate even for HAS_RATE_CONTROLJohannes Berg1-2/+2
2019-06-14mac80211: use STA info in rate_control_send_low()Johannes Berg4-10/+56
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg3-13/+7
2019-06-14cfg80211: Add a function to iterate all BSS entriesIlan Peer1-0/+21
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2-1/+7
2019-06-14mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin1-2/+16
2019-06-14nl80211: require and validate vendor command policyJohannes Berg2-2/+50
2019-06-14nl80211: add support for SAE authentication offloadChung-Hsien Hsu1-0/+14
2019-06-14nl80211: add WPA3 definition for SAE authenticationChung-Hsien Hsu1-1/+2
2019-06-14nl80211: add NL80211_ATTR_IFINDEX to port authorized eventChung-Hsien Hsu1-1/+3