aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-26net: switchdev: do not propagate bridge updates across bridgesRussell King1-0/+9
2020-02-26net: qrtr: Fix error pointer vs NULL bugsDan Carpenter1-2/+2
2020-02-26mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal3-4/+31
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal3-39/+13
2020-02-26mptcp: add rmem queue accountingFlorian Westphal1-1/+17
2020-02-26mptcp: update mptcp ack sequence from work queueFlorian Westphal1-69/+165
2020-02-26mptcp: add work queue skeletonPaolo Abeni2-0/+23
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal3-10/+13
2020-02-26af_llc: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4
2020-02-26net/smc: rework peer ID handlingHans Wippel1-7/+12
2020-02-26tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner1-1/+8
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner1-0/+106
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner2-0/+29
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-3/+8
2020-02-25drop_monitor: extend by passing cookie from driverJiri Pirko1-1/+32
2020-02-25devlink: add trap metadata type for cookieJiri Pirko1-0/+3
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko2-1/+51
2020-02-24Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller20-97/+715
2020-02-24net: qrtr: fix spelling mistake "serivce" -> "service"Colin Ian King1-1/+1
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese2-0/+118
2020-02-24af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge1-0/+1
2020-02-24dccp: Add missing annotation for dccp_child_process()Jules Irenge1-0/+1
2020-02-24net: netrom: Add missing annotation for nr_neigh_stop()Jules Irenge1-0/+1
2020-02-24net: netrom: Add missing annotation for nr_neigh_start()Jules Irenge1-0/+1
2020-02-24net: netrom: Add missing annotation for nr_node_stop()Jules Irenge1-0/+1
2020-02-24net: netrom: Add missing annotation for nr_node_start()Jules Irenge1-0/+1
2020-02-24netrom: Add missing annotation for nr_info_stop()Jules Irenge1-0/+1
2020-02-24netrom: Add missing annotation for nr_info_start()Jules Irenge1-0/+1
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: 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: 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