summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2024-01-31af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima-3/+4
2024-01-31af_unix: Remove io_uring code for GC.Kuniyuki Iwashima-1/+0
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso-0/+2
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller-0/+6
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-2/+2
2024-01-29netfilter: nf_tables: Implement table adoption supportPhil Sutter-0/+6
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-25/+84
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel-1/+1
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima-2/+11
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima-1/+1
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima-1/+1
2024-01-26Revert "nl80211/cfg80211: Specify band specific min RSSI thresholds with sche...Jeff Johnson-8/+0
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg-0/+5
2024-01-26wifi: cfg80211: add support for SPP A-MSDUsJohannes Berg-0/+2
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker-2/+5
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker-1/+45
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+97
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-0/+27
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski-0/+26
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski-0/+1
2024-01-24netfilter: nf_tables: cleanup documentationGeorge Guo-10/+39
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel-0/+4
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao-6/+0
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima-14/+16
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima-0/+14
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima-0/+20
2024-01-23bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima-2/+13
2024-01-23tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima-25/+28
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima-0/+9
2024-01-21udp: fix busy pollingEric Dumazet-6/+17
2024-01-19llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima-4/+2
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao-0/+8
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+1
2024-01-13net: netdev_queue: netdev_txq_completed_mb(): fix wake conditionMarc Kleine-Budde-1/+1
2024-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+5
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-304/+981
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+11
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-0/+9
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela-2/+1
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+24
2024-01-04Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm...Jakub Kicinski-2/+152
2024-01-04net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov-5/+23
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela-0/+1
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao-2/+1
2024-01-02xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETSVladimir Oltean-2/+2
2024-01-02Merge tag 'for-net-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-2/+24
2024-01-02Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller-23/+61
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim-21/+0
2024-01-01Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-4/+5