summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior2020-11-181-2/+10
* net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-175-8/+9
* net: wan: Delete the DLCI / SDLA driversXie He2020-11-171-25/+0
* net: dsa: tag_dsa: Use a consistent comment styleTobias Waldekranz2020-11-171-20/+8
* net: dsa: tag_dsa: Unify regular and ethertype DSA taggersTobias Waldekranz2020-11-174-263/+252
* net: dsa: tag_dsa: Allow forwarding of redirected IGMP trafficTobias Waldekranz2020-11-171-3/+29
* mptcp: send explicit ack on delayed ack_seq incrPaolo Abeni2020-11-161-13/+21
* mptcp: keep track of advertised windows right edgeFlorian Westphal2020-11-163-5/+69
* mptcp: rework poll+nospace handlingFlorian Westphal2020-11-163-51/+54
* mptcp: try to push pending data on snd una updatesPaolo Abeni2020-11-161-0/+3
* mptcp: move page frag allocation in mptcp_sendmsg()Paolo Abeni2020-11-161-217/+189
* mptcp: refactor shutdown and closePaolo Abeni2020-11-165-110/+273
* mptcp: introduce MPTCP snd_nxtPaolo Abeni2020-11-163-12/+16
* mptcp: add accounting for pending dataPaolo Abeni2020-11-162-3/+36
* mptcp: reduce the arguments of mptcp_sendmsg_fragPaolo Abeni2020-11-161-24/+29
* mptcp: introduce mptcp_schedule_workPaolo Abeni2020-11-163-16/+24
* tcp: factor out __tcp_close() helperPaolo Abeni2020-11-161-2/+7
* mptcp: use tcp_build_frag()Paolo Abeni2020-11-161-17/+8
* tcp: factor out tcp_build_frag()Paolo Abeni2020-11-161-52/+67
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-1621-32/+32
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-163-3/+3
* net: xfrm: use core API for updating/providing statsLev Stipakov2020-11-141-17/+2
* net: openvswitch: use core API to update/provide statsLev Stipakov2020-11-141-22/+7
* nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-141-6/+3
* inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-142-2/+0
* tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-141-0/+14
* IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-141-0/+3
* ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn2020-11-141-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-143-42/+217
|\
| * net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi2020-11-142-17/+62
| * net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi2020-11-141-0/+59
| * bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-121-0/+74
| * bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau2020-11-121-19/+19
| * bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau2020-11-121-13/+10
* | tipc: fix -Wstringop-truncation warningsWenlin Kang2020-11-131-4/+1
* | Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski2020-11-1321-275/+131
|\ \
| * | cfg80211: remove WDS codeJohannes Berg2020-11-117-113/+8
| * | mac80211: remove WDS-related codeJohannes Berg2020-11-1111-132/+10
| * | mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef2020-11-061-2/+7
| * | mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef2020-11-062-4/+9
| * | mac80211: adhere to Tx control flag that prevents frame reorderingMathy Vanhoef2020-11-061-2/+5
| * | mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2020-11-061-0/+3
| * | mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu2020-11-061-0/+30
| * | cfg80211: add support to configure HE MCS for beacon rateRajkumar Manoharan2020-11-061-2/+23
| * | nl80211: fix beacon tx rate mask validationRajkumar Manoharan2020-11-061-5/+10
| * | nl80211/cfg80211: fix potential infinite loopColin Ian King2020-11-061-1/+1
| * | cfg80211: Add support to calculate and report 4096-QAM HE ratesVamsi Krishna2020-11-061-15/+17
| * | cfg80211: Add support to configure SAE PWE value to driversRohan Dutta2020-11-061-0/+9
| * | mac80211: use semicolons rather than commas to separate statementsJulia Lawall2020-11-061-1/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1216-32/+91
|\ \ \