summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-10-12tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2022-10-12tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima
2022-10-12mctp: prevent double key removal and unrefJeremy Kerr
2022-10-12netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter
2022-10-12tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-10-12inet: ping: fix recent breakageEric Dumazet
2022-10-12ipv6: ping: fix wrong checksum for large framesEric Dumazet
2022-10-11Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-10-09net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang
2022-10-07wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook
2022-10-07wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2022-10-07wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel
2022-10-07wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau
2022-10-07wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter
2022-10-07wifi: mac80211: remove/avoid misleading printsJames Prestwood
2022-10-07wifi: mac80211: fix probe req HE capabilities accessJames Prestwood
2022-10-07wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau
2022-10-07ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern
2022-10-05Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean
2022-10-05net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa
2022-10-05Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-10-03mptcp: update misleading comments.Paolo Abeni
2022-10-03mptcp: use fastclose on more edge scenariosPaolo Abeni
2022-10-03mptcp: propagate fastclose errorPaolo Abeni
2022-10-03af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean
2022-09-30net: dsa: don't do devlink port setup earlyJiri Pirko
2022-09-30net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean