summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-3116-43/+42
* nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-8/+11
* nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET2020-07-311-21/+10
* cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires2020-07-311-1/+1
* mac80211: remove the need for variable rates_idxColin Ian King2020-07-311-3/+1
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-317-3/+59
* fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
* fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-283-12/+30
* net_sched: initialize timer earlier in red_init()Cong Wang2020-07-281-4/+4
* mptcp: Safely store sequence number when sending dataMat Martineau2020-07-281-1/+1
* mptcp: Safely read sequence number when lock isn't heldMat Martineau2020-07-281-1/+1
* mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau2020-07-281-3/+6
* mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau2020-07-281-1/+2
* mptcp: Use full MPTCP-level disconnect state machineMat Martineau2020-07-283-17/+92
* mptcp: Add helper to process acks of DATA_FINMat Martineau2020-07-281-8/+46
* mptcp: Add mptcp_close_state() helperMat Martineau2020-07-281-0/+27
* mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau2020-07-283-10/+115
* mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau2020-07-283-24/+18
* mptcp: Remove outdated and incorrect commentMat Martineau2020-07-281-1/+0
* mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau2020-07-281-0/+5
* mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau2020-07-281-10/+3
* net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-282-2/+2
* net: remove sockptr_advanceChristoph Hellwig2020-07-288-28/+30
* netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig2020-07-281-1/+1
* net: prp: enhance debugfs to display PRP infoMurali Karicheri2020-07-271-9/+22
* net: prp: add packet handling supportMurali Karicheri2020-07-278-88/+433
* net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri2020-07-274-28/+55
* net: prp: add supervision frame generation utility functionMurali Karicheri2020-07-273-2/+88
* net: hsr: introduce protocol specific function pointersMurali Karicheri2020-07-272-31/+45
* net: hsr: introduce common code for skb initializationMurali Karicheri2020-07-271-13/+28
* hsr: enhance netlink socket interface to support PRPMurali Karicheri2020-07-2714-23/+87
* net: Removed the device type check to add mpls support for devicesMartin Varghese2020-07-271-14/+3
* ipmr: Copy option to correct variableIdo Schimmel2020-07-271-1/+1
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-273-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-2535-257/+302
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-2532-224/+274
| |\
| | * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
| | * qrtr: orphan socket in qrtr_release()Cong Wang2020-07-241-0/+1
| | * flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-242-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-07-232-31/+22
| | |\
| | | * ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
| | | * netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
| | * | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-232-10/+14
| | * | AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-231-1/+4
| | * | AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-221-1/+2
| | * | sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-221-2/+4
| | * | sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-221-7/+14
| | * | AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-221-1/+3
| | * | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-212-2/+2
| | * | net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-211-1/+1