summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau
2020-07-31mac80211: improve AQL tx airtime estimationFelix Fietkau
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing
2020-07-31cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-31nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET
2020-07-31nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET
2020-07-31cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires
2020-07-31mac80211: remove the need for variable rates_idxColin Ian King
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau
2020-07-28mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau
2020-07-28mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau
2020-07-28mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese
2020-07-27ipmr: Copy option to correct variableIdo Schimmel
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan
2020-07-24qrtr: orphan socket in qrtr_release()Cong Wang
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin