summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-151-17/+2
* | | | net: openvswitch: use core API to update/provide statsLev Stipakov2020-11-151-22/+7
* | | | nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-151-6/+3
* | | | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-152-2/+0
* | | | tcp: uninline tcp_stream_memory_free()Eric Dumazet2020-11-151-0/+14
* | | | IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-151-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-131-0/+74
| * | | | bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau2020-11-131-19/+19
| * | | | bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau2020-11-131-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-1316-32/+91
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1215-28/+86
| |\ \ \ \ \
| | * | | | | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-122-4/+30
| | * | | | | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| | * | | | | devlink: Avoid overwriting port attributes of registered portParav Pandit2020-11-121-2/+6
| | | |_|/ / | | |/| | |
| | * | | | net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
| | * | | | tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
| | * | | | net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-111-1/+2
| | * | | | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-112-4/+15
| | * | | | netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-111-5/+12
| | * | | | mptcp: provide rmem[0] limitPaolo Abeni2020-11-101-0/+1
| | * | | | ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-101-1/+1
| | * | | | tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-101-2/+2