aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-05batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-251/+257
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds28-94/+222
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet1-1/+6
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni6-17/+71
2024-12-05net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2024-12-05net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2024-12-05net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman1-36/+37
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps2-1/+288
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps1-13/+484
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps1-6/+290
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps1-15/+108
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps1-19/+461
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps1-0/+276
2024-12-05xfrm: iptfs: add fragmenting of larger than MTU user packetsChristian Hopps1-28/+315
2024-12-05xfrm: iptfs: share page fragments of inner packetsChristian Hopps1-8/+77
2024-12-05xfrm: iptfs: add user packet (tunnel ingress) handlingChristian Hopps1-3/+560
2024-12-05xfrm: iptfs: add new iptfs xfrm mode implChristian Hopps2-0/+217
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps9-5/+43
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps6-10/+116
2024-12-05xfrm: netlink: add config (netlink) optionsChristian Hopps2-2/+60
2024-12-05xfrm: config: add CONFIG_XFRM_IPTFSChristian Hopps1-0/+16
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet2-9/+17
2024-12-04netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol1-3/+3
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2-2/+2
2024-12-04netpoll: Use rtnl_dereference() for npinfo pointer accessBreno Leitao1-2/+2
2024-12-04netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso1-0/+16
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler6-37/+27
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler6-47/+46
2024-12-04wifi: mac80211: add EHT 320 MHz support for meshSathishkumar Muruganandam1-11/+18
2024-12-04wifi: mac80211: ethtool: add monitor channel reportingDylan Eskew1-0/+4
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram3-11/+21
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram5-28/+39
2024-12-04wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap()Zichen Xie1-0/+2
2024-12-04wifi: mac80211: use wiphy guardJohannes Berg3-30/+17
2024-12-04wifi: cfg80211: define and use wiphy guardJohannes Berg11-447/+273
2024-12-04wifi: mac80211: Accept authentication frames on P2P deviceAndrei Otcheretianski2-3/+10
2024-12-04wifi: mac80211: fix variable used in for_each_sdata_link()Aloka Dixit1-1/+1
2024-12-04netfilter: ipset: Hold module reference while requesting a modulePhil Sutter1-0/+5
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato1-6/+12
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-12/+45
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang1-21/+23
2024-12-03wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2