summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-023-2/+6
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-013-2/+4
* xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
* xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-012-8/+11
* xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
* net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-012-11/+20
* net: Introduce preferred busy-pollingBjörn Töpel2020-12-012-15/+72
* xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-273-22/+4
* xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-172-13/+133
* xsk: Introduce padding between more ring pointersMagnus Karlsson2020-11-171-1/+3
* bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau2020-11-171-2/+2
* 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
| | * | | IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-101-2/+0
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-072-3/+7
| | |\ \ \
| | | * | | xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-292-3/+7
| * | | | | Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-091-4/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |