summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-195-30/+68
|\
| * net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| * net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| * net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11
| * net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
| * net: pktgen: Fix interface flags printingGavrilov Ilia2023-10-181-7/+7
| * netlink: Correct offload_xstats sizeChristoph Paasch2023-10-161-3/+1
| * tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-5/+7
* | net: introduce napi_is_scheduled helperChristian Marangi2023-10-191-1/+1
* | net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter2023-10-181-1/+2
* | net: gso_test: release each segment individuallyFlorian Westphal2023-10-171-5/+9
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-161-4/+63
|\ \
| * | bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-111-2/+12
| * | bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2023-10-111-1/+34
| * | bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-091-1/+17
* | | page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-5/+9
* | | cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai2023-10-161-0/+6
* | | net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-161-5/+10
* | | net: Handle bulk delete policy in bridge driverAmit Cohen2023-10-131-17/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-2/+6
|\ \ \ | | |/ | |/|
| * | net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* | | net: gso_test: fix build with gcc-12 and earlierFlorian Westphal2023-10-121-22/+22
* | | net: expand skb_segment unit test with frag_list coverageWillem de Bruijn2023-10-111-0/+92
* | | net: parametrize skb_segment unit test to expand coverageWillem de Bruijn2023-10-111-17/+112
* | | net: add skb_segment kunit testWillem de Bruijn2023-10-112-0/+88
* | | net/core: Introduce netdev_core_stats_inc()Yajun Deng2023-10-111-2/+19
* | | net: sock_dequeue_err_skb() optimizationEric Dumazet2023-10-061-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-052-6/+12
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-041-0/+4
| |\ \
| | * | bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki2023-09-291-0/+4
| * | | neighbour: fix data-races around n->outputEric Dumazet2023-10-011-5/+5
| * | | net: fix possible store tearing in neigh_periodic_work()Eric Dumazet2023-10-011-1/+3
| |/ /
* | | net: skb_queue_purge_reason() optimizationsEric Dumazet2023-10-041-3/+12
* | | net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-10-011-1/+1
* | | net: lockless implementation of SO_TXREHASHEric Dumazet2023-10-011-13/+10
* | | net: implement lockless SO_MAX_PACING_RATEEric Dumazet2023-10-011-19/+21
* | | net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet2023-10-011-24/+20
* | | net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet2023-10-011-6/+5
* | | net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet2023-10-011-11/+9
* | | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-11/+12
* | | pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen2023-09-281-10/+54
* | | pktgen: Automate flag enumeration for unknown flag handlingLiang Chen2023-09-281-16/+22
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-212-4/+4
|\|
| * net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-161-3/+3
| * net/core: Fix ETH_P_1588 flow dissectorSasha Neftin2023-09-151-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-172-3/+13
|\ \
| * | bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-152-3/+13
| * | bpf: make it easier to add new metadata kfuncStanislav Fomichev2023-09-151-2/+2
| |/
* | netdev: expose DPLL pin handle for netdeviceJiri Pirko2023-09-172-0/+58
* | net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet2023-09-161-0/+4