summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
* 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: 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 tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-075-57/+75
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-061-4/+8
| |\
| | * bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-041-4/+8
| * | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
| * | af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * | net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
| |/
| * skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-011-2/+2
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-012-6/+8
| * net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-4/+4
| * net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-311-18/+18
| |\
| | * bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
| * | net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-08-311-1/+2
| |/
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-292-3/+8
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-152-3/+8
* | net: Make consumed action consistent in sch_handle_egressDaniel Borkmann2023-08-281-0/+2
* | net: Fix skb consume leak in sch_handle_egressDaniel Borkmann2023-08-281-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-4/+3
|\ \
| * | lwt: Fix return values of BPF xmit opsYan Zhai2023-08-181-4/+3
* | | net: generalize calculation of skb extensions lengthThomas Weißschuh2023-08-241-17/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-4/+21
|\ \ \
| * | | rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-241-0/+3
| * | | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+18
* | | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-1/+1
* | | | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-9/+9
* | | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+21
* | | | net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-191-4/+7
* | | | net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer2023-08-181-1/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+1
|\| | | | |/ / |/| |
| * | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-1/+1
* | | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | | net: warn about attempts to register negative ifindexJakub Kicinski2023-08-151-0/+5
* | | netdev-genl: use struct genl_info for reply constructionJakub Kicinski2023-08-151-9/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-104-14/+14
|\| |