summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-12-26net/sched: act_mirred: Allow mirred to blockVictor Nogueira
2023-12-26net/sched: cls_api: Expose tc block to the datapathVictor Nogueira
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira
2023-12-26net: remove SOCK_DEBUG macroDenis Kirjanov
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima
2023-12-22tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima
2023-12-22tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net/ipv6: Remove gc_link warn on in fib6_info_releaseDavid Ahern
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-19genetlink: introduce helpers to do filtered multicastJiri Pirko
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen
2023-12-15inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-15Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-12-15net: mana: add msix index sharing between EQsKonstantin Taranov
2023-12-14page_pool: fix typos and punctuationRandy Dunlap
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-12-14net, xdp: Correct grammarRandy Dunlap
2023-12-14wifi: cfg80211: fix spelling & punctutationRandy Dunlap
2023-12-13page_pool: transition to reference count management after page drainingLiang Chen
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela
2023-12-13bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend
2023-12-13xdp: Add VLAN tag hintLarysa Zaremba
2023-12-13xsk: add functions to fill control bufferMaciej Fijalkowski
2023-12-13ice: Support RX hash XDP hintLarysa Zaremba
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg
2023-12-12wifi: cfg80211: Add support for setting TID to link mappingIlan Peer
2023-12-12wifi: mac80211: update some locking documentationJohannes Berg
2023-12-12wifi: cfg80211: add BSS usage reportingJohannes Berg
2023-12-12wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-08ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook