summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells-9/+14
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells-25/+21
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells-4/+8
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-139/+279
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter-1/+3
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima-1/+2
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet-1/+19
2024-12-06net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet-2/+4
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-38/+50
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li-0/+1
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin-18/+18
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen-1/+9
2024-12-05xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()Alexander Lobakin-0/+3
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin-0/+56
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin-19/+22
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila-0/+4
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet-4/+10
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet-1/+6
2024-12-05batman-adv: Don't keep redundant TT change eventsRemi Pommarel-22/+18
2024-12-05batman-adv: Remove atomic usage for tt.local_changesRemi Pommarel-16/+14
2024-12-05batman-adv: Reorder includes for distributed-arp-table.cSven Eckelmann-1/+1
2024-12-05batman-adv: Start new development cycleSimon Wunderlich-1/+1
2024-12-05batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel-3/+11
2024-12-05batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel-15/+22
2024-12-05batman-adv: Do not send uninitialized TT changesRemi Pommarel-0/+7
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-251/+257
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-94/+222
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet-1/+6
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-17/+71
2024-12-05net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman-21/+25
2024-12-05net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman-33/+52
2024-12-05net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman-36/+37
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps-1/+288
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps-13/+484
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps-6/+290
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps-15/+108
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps-19/+461
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps-0/+276
2024-12-05xfrm: iptfs: add fragmenting of larger than MTU user packetsChristian Hopps-28/+315
2024-12-05xfrm: iptfs: share page fragments of inner packetsChristian Hopps-8/+77
2024-12-05xfrm: iptfs: add user packet (tunnel ingress) handlingChristian Hopps-3/+560
2024-12-05xfrm: iptfs: add new iptfs xfrm mode implChristian Hopps-0/+217
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps-5/+43
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps-10/+116
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps-2/+60
2024-12-05xfrm: config: add CONFIG_XFRM_IPTFSChristian Hopps-0/+16
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal-19/+70
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet-9/+17
2024-12-04netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol-3/+3
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent-4/+44