Age | Commit message (Expand) | Author |
2023-12-26 | net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability | Victor Nogueira |
2023-12-26 | net/sched: cls_api: Expose tc block to the datapath | Victor Nogueira |
2023-12-26 | net/sched: Introduce tc block netdev tracking infra | Victor Nogueira |
2023-12-26 | net: remove SOCK_DEBUG leftovers | Denis Kirjanov |
2023-12-26 | net/smc: manage system EID in SMC stack instead of ISM driver | Wen Gu |
2023-12-26 | net/smc: disable SEID on non-s390 archs where virtual ISM may be used | Wen Gu |
2023-12-26 | net/smc: support extended GID in SMC-D lgr netlink attribute | Wen Gu |
2023-12-26 | net/smc: compatible with 128-bits extended GID of virtual ISM device | Wen Gu |
2023-12-26 | net/smc: define a reserved CHID range for virtual ISM devices | Wen Gu |
2023-12-26 | net/smc: introduce virtual ISM device support feature | Wen Gu |
2023-12-26 | net/smc: support SMCv2.x supplemental features negotiation | Wen Gu |
2023-12-26 | net/smc: unify the structs of accept or confirm message for v1 and v2 | Wen Gu |
2023-12-26 | net/smc: introduce sub-functions for smc_clc_send_confirm_accept() | Wen Gu |
2023-12-26 | net/smc: rename some 'fce' to 'fce_v2x' for clarity | Wen Gu |
2023-12-22 | tipc: Remove some excess struct member documentation | Jonathan Corbet |
2023-12-22 | tcp: Remove dead code and fields for bhash2. | Kuniyuki Iwashima |
2023-12-22 | tcp: Link sk and twsk to tb2->owners using skc_bind_node. | Kuniyuki Iwashima |
2023-12-22 | tcp: Unlink sk from bhash. | Kuniyuki Iwashima |
2023-12-22 | tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners). | Kuniyuki Iwashima |
2023-12-22 | tcp: Iterate tb->bhash2 in inet_csk_bind_conflict(). | Kuniyuki Iwashima |
2023-12-22 | tcp: Rearrange tests in inet_csk_bind_conflict(). | Kuniyuki Iwashima |
2023-12-22 | tcp: Link bhash2 to bhash. | Kuniyuki Iwashima |
2023-12-22 | tcp: Rename tb in inet_bind2_bucket_(init|create)(). | Kuniyuki Iwashima |
2023-12-22 | tcp: Save address type in inet_bind2_bucket. | Kuniyuki Iwashima |
2023-12-22 | tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr. | Kuniyuki Iwashima |
2023-12-22 | tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)(). | Kuniyuki Iwashima |
2023-12-22 | tcp: Use bhash2 for v4-mapped-v6 non-wildcard address. | Kuniyuki Iwashima |
2023-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-12-21 | Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-12-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni |
2023-12-21 | net: check dev->gso_max_size in gso_features_check() | Eric Dumazet |
2023-12-21 | net/ipv6: Revert remove expired routes with a separated list of routes | David Ahern |
2023-12-21 | net: avoid build bug in skb extension length calculation | Thomas Weißschuh |
2023-12-20 | Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-12-20 | net: sched: Add initial TC error skb drop reasons | Victor Nogueira |
2023-12-20 | net: sched: Make tc-related drop reason more flexible for remaining qdiscs | Victor Nogueira |
2023-12-20 | net: sched: Move drop_reason to struct tc_skb_cb | Victor Nogueira |
2023-12-20 | rtnetlink: bridge: Enable MDB bulk deletion | Ido Schimmel |
2023-12-20 | bridge: mdb: Add MDB bulk deletion support | Ido Schimmel |
2023-12-20 | rtnetlink: bridge: Invoke MDB bulk deletion when needed | Ido Schimmel |
2023-12-20 | rtnetlink: bridge: Use a different policy for MDB bulk delete | Ido Schimmel |
2023-12-20 | Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller |
2023-12-19 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni |
2023-12-19 | Revert BPF token-related functionality | Andrii Nakryiko |
2023-12-19 | devlink: extend multicast filtering by port index | Jiri Pirko |
2023-12-19 | devlink: add a command to set notification filter and use it for multicasts | Jiri Pirko |
2023-12-19 | netlink: introduce typedef for filter function | Jiri Pirko |
2023-12-19 | genetlink: introduce per-sock family private storage | Jiri Pirko |
2023-12-19 | devlink: introduce a helper for netlink multicast send | Jiri Pirko |
2023-12-19 | devlink: send notifications only if there are listeners | Jiri Pirko |