summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-1541-57/+103
* netfilter: nft_inner: fix return value check in nft_inner_parse_l2l3()Peng Wu2022-11-011-1/+1
* netfilter: nft_payload: use __be16 to store gre versionPablo Neira Ayuso2022-11-011-1/+2
* net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2022-10-311-1/+1
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-312-6/+14
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-313-9/+19
* net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet2022-10-311-12/+12
* net: dropreason: add SKB_CONSUMED reasonEric Dumazet2022-10-311-1/+5
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-10-315-7/+8
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu2022-10-311-2/+4
* net: add new helper unregister_netdevice_many_notifyHangbin Liu2022-10-312-10/+20
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-314-29/+37
* netlink: split up copies in the ack constructionJakub Kicinski2022-10-311-9/+20
* net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn2022-10-281-0/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-2816-45/+44
* Kalle Valo says:Jakub Kicinski2022-10-2830-376/+693
|\
| * wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-1014-252/+48
| * Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-10-1096-2440/+3327
| |\
| * | wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel2022-10-101-0/+46
| * | cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad2022-10-075-8/+24
| * | wifi: mac80211: minstrel_ht: remove unused has_mrr member from struct minstre...Peter Seiderer2022-10-072-4/+0
| * | wifi: mac80211: fix ifdef symbol nameJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: remove support for AddBA with fragmentationJohannes Berg2022-10-071-19/+0
| * | wifi: mac80211: agg-rx: avoid band checkJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: prohibit IEEE80211_HT_CAP_DELAY_BA with MLOJohannes Berg2022-10-071-0/+10
| * | wifi: mac80211: don't clear DTIM period after setting itJohannes Berg2022-10-071-13/+12
| * | wifi: mac80211: change AddBA deny error messageJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: mlme: mark assoc link in outputJohannes Berg2022-10-071-2/+4
| * | wifi: mac80211: check link ID in auth/assoc continuationJohannes Berg2022-10-072-2/+6
| * | wifi: mac80211: mlme: fix null-ptr deref on failed assocJohannes Berg2022-10-071-2/+6
| * | wifi: mac80211: fix AddBA response addressingJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: set internal scan request BSSIDJohannes Berg2022-10-071-0/+2
| * | wifi: mac80211: advertise TWT requester only with HW supportHaim Dreyfuss2022-10-071-6/+24
| * | wifi: mac80211: use link_id in ieee80211_change_bss()Johannes Berg2022-10-071-19/+21
| * | wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg2022-10-071-1/+3
| * | wifi: mac80211: transmit AddBA with MLD addressJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: wme: use ap_addr instead of deflink BSSIDJohannes Berg2022-10-071-1/+1
| * | wifi: mac80211: Process association status for affiliated linksIlan Peer2022-10-072-5/+37
| * | wifi: mac80211: Parse station profile from association responseIlan Peer2022-10-073-6/+187
| * | wifi: cfg80211: support reporting failed linksJohannes Berg2022-10-073-1/+22
| * | wifi: mac80211: recalc station aggregate data during link switchJohannes Berg2022-10-073-9/+43
| * | wifi: mac80211: include link address in debugfsBenjamin Berg2022-10-071-0/+15
| * | wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg2022-10-076-23/+189
| * | wifi: mac80211: add pointer from link STA to STABenjamin Berg2022-10-071-0/+1
* | | tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi2022-10-281-0/+2
* | | tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi2022-10-283-0/+6
* | | tcp: add support for PLB in DCTCPMubashir Adnan Qureshi2022-10-281-1/+22
* | | tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-283-2/+109
* | | tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2022-10-282-0/+51
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-10-278-30/+621
|\ \ \