summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn
2023-10-11net: add skb_segment kunit testWillem de Bruijn
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-06net: sock_dequeue_err_skb() optimizationEric Dumazet
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04net: skb_queue_purge_reason() optimizationsEric Dumazet
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-04bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend
2023-09-04net: deal with integer overflows in kmalloc_reserve()Eric Dumazet
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski