summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Add page pool for RX buffersHaiyang Zhang2023-08-061-0/+3
* tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2023-08-061-1/+1
* af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()Yue Haibing2023-08-041-2/+0
* net: 802: Remove unused function declarationsYue Haibing2023-08-041-3/+0
* net: llc: Remove unused function declarationsYue Haibing2023-08-042-2/+0
* net: vlan: update wrong commentsEric Dumazet2023-08-041-3/+3
* tcp/dccp: cache line align inet_hashinfoEric Dumazet2023-08-041-1/+1
* net: mana: Configure hwc timeout from hardwareSouradeep Chakrabarti2023-08-042-1/+24
* net: Space.h: Remove unused function declarationsYue Haibing2023-08-031-7/+0
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-0313-92/+293
|\
| * net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-035-28/+31
| * net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-032-44/+53
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+2
| * bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang2023-08-021-0/+17
| * bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2023-08-021-0/+12
| * netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-281-0/+5
| * netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu2023-07-281-0/+10
| * bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song2023-07-271-4/+10
| * bpf: Support new sign-extension load insnsYonghong Song2023-07-272-0/+4
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-254-12/+103
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-252-0/+16
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-252-6/+20
| * net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-252-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-0321-49/+154
|\ \
| * \ Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-036-9/+55
| |\ \
| | * | vxlan: Fix nexthop hash sizeBenjamin Poirier2023-08-021-2/+2
| | * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-293-6/+7
| | * | net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-0/+43
| | * | net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet2023-07-271-1/+3
| * | | Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-022-0/+5
| |\ \ \
| | * \ \ Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Arnd Bergmann2023-07-271-0/+3
| | |\ \ \
| | | * | | memory: tegra: Add dummy implementation on Tegra194Thierry Reding2023-07-101-0/+3
| | * | | | backlight: corgi_lcd: fix missing prototypeArnd Bergmann2023-07-271-0/+2
| * | | | | Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxLinus Torvalds2023-08-021-2/+6
| |\ \ \ \ \
| | * | | | | cpumask: eliminate kernel-doc warningsRandy Dunlap2023-07-171-2/+6
| | |/ / / /
| * | | | | word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-021-1/+1
| * | | | | Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-291-1/+1
| |\ \ \ \ \
| | * | | | | fs/nls: make load_nls() take a const parameterWinston Wen2023-07-251-1/+1
| * | | | | | Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-291-4/+0
| |\ \ \ \ \ \
| | * | | | | | ftrace: Remove unused extern declarationsYueHaibing2023-07-281-4/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-283-8/+59
| |\ \ \ \ \ \
| | * | | | | | mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn2023-07-273-8/+59
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'thermal-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-281-3/+3
| |\ \ \ \ \ \
| | * | | | | | thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum2023-07-241-3/+3
| | |/ / / / /
| * | | | | | Merge tag 'pm-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-07-281-10/+0
| |\ \ \ \ \ \
| | * | | | | | PM: sleep: wakeirq: drop unused enable helpersJohan Hovold2023-07-241-10/+0
| | |/ / / / /
| * | | | | | Merge tag 'for-linus-6.5a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-282-1/+19
| |\ \ \ \ \ \
| | * | | | | | xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2023-07-262-1/+19
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds2023-07-281-5/+5
| |\ \ \ \ \ \
| | * | | | | | block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche2023-07-241-5/+5