summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi
2023-02-02xsk: add usage of XDP features flagsMarek Majtyka
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2023-02-02can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-02-02can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu
2023-02-02ipvs: avoid kfree_rcu without 2nd argJulian Anastasov
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela
2023-02-02Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp
2023-02-02can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley
2023-02-01net: add support for ipv4 big tcpXin Long
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter
2023-02-01ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-02-01devlink: rename and reorder instances of struct devlink_cmdJiri Pirko
2023-02-01devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko
2023-02-01devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko
2023-02-01netfilter: conntrack: remote a return value of the 'seq_print_acct' function.Gavrilov Ilia
2023-02-01netfilter: conntrack: udp: fix seen-reply testFlorian Westphal
2023-02-01netfilter: nf_tables: fix wrong pointer passed to PTR_ERR()Yang Yingliang
2023-02-01netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari
2023-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-01-31net: fix NULL pointer in skb_segment_listYan Zhai
2023-01-31sctp: do not check hb_timer.expires when resetting hb_timerXin Long