summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-24net: Add missing annotation for llc_seq_start()Jules Irenge1-1/+1
2020-02-24sctp: Add missing annotation for sctp_transport_walk_stop()Jules Irenge1-1/+1
2020-02-24sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge1-1/+1
2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge1-0/+1
2020-02-24ip6mr: Fix RCU list debugging warningAmol Grover1-1/+2
2020-02-24tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-02-24net: 802: psnap.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+1
2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-24devlink: add ACL generic packet trapsJiri Pirko1-0/+3
2020-02-24net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov1-4/+2
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern2-2/+0
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam2-0/+83
2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam1-0/+8
2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam1-0/+8
2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam1-0/+28
2020-02-24nl80211: modify TID-config APIJohannes Berg3-54/+67
2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam3-0/+209
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-24nl80211: explicitly include if_vlan.hJohannes Berg1-0/+1
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen1-12/+67
2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen1-0/+25
2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen2-8/+37
2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen7-5/+104
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen5-14/+90
2020-02-24cfg80211: More error messages for key addition failuresJouni Malinen1-4/+15
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg5-40/+19
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg2-3/+1
2020-02-23net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik1-7/+14
2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing1-2/+0
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-22net: genetlink: return the error code when attribute parsing fails.Paolo Abeni1-2/+3
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik1-0/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2-205/+462
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-75/+211
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller36-179/+375
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki2-40/+22
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-5/+10
2020-02-21bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASHJakub Sitnicki1-2/+7
2020-02-21bpf, sockmap: Return socket cookie on lookup from syscallJakub Sitnicki1-4/+53
2020-02-21bpf, sockmap: Don't set up upcalls and progs for listening socketsJakub Sitnicki1-7/+45
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki1-15/+44
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2-0/+16
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2-1/+7
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki4-6/+12
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds35-173/+368
2020-02-21net: qrtr: Fix the local node ID as 1Manivannan Sadhasivam1-2/+1
2020-02-21net: qrtr: Migrate nameservice to kernel from userspaceManivannan Sadhasivam4-39/+766
2020-02-21cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach2-6/+3
2020-02-21mac80211: check vif pointer before airtime calculationJohannes Berg1-2/+3