summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau
2019-06-14Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/sc...David S. Miller
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-06-14sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-14mac80211: notify offchannel expire on mgmt_txJames Prestwood
2019-06-14nl80211: send event when CMD_FRAME duration expiresJames Prestwood
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg
2019-06-14mac80211: extend __rate_control_send_low warningJohannes Berg
2019-06-14mac80211: fill low rate even for HAS_RATE_CONTROLJohannes Berg
2019-06-14mac80211: use STA info in rate_control_send_low()Johannes Berg
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg
2019-06-14cfg80211: Add a function to iterate all BSS entriesIlan Peer
2019-06-14mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin
2019-06-14mac80211: dynamically enable the TWT requester support on STA interfacesJohn Crispin
2019-06-14nl80211: require and validate vendor command policyJohannes Berg
2019-06-14nl80211: add support for SAE authentication offloadChung-Hsien Hsu
2019-06-14nl80211: add WPA3 definition for SAE authenticationChung-Hsien Hsu
2019-06-14nl80211: add NL80211_ATTR_IFINDEX to port authorized eventChung-Hsien Hsu
2019-06-14mac80211: AMPDU handling for Extended Key IDAlexander Wetzel
2019-06-13net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean
2019-06-13devlink: Hang reporter's dump method on a dumpit cbAya Levin
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
2019-06-12net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier
2019-06-12mpls: fix af_mpls dependencies for realMatteo Croce
2019-06-12net: sched: ingress: set 'unlocked' flag for Qdisc opsVlad Buslov
2019-06-12xdp: check device pointer before clearingIlya Maximets
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau
2019-06-11net/tls: add kernel-driven resync mechanism for TXJakub Kicinski
2019-06-11net/tls: generalize the resync callbackJakub Kicinski
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski
2019-06-11net/tls: simplify seq calculation in handle_device_resync()Jakub Kicinski
2019-06-11packet: remove unused variable 'status' in __packet_lookup_frame_in_blockMao Wenan
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo
2019-06-11net: netlink: make netlink_walk_start() void return typeTaehee Yoo
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo