summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet
2023-02-03ipv4: raw: add drop reasonsEric Dumazet
2023-02-03ipv6: raw: add drop reasonsEric Dumazet
2023-02-03devlink: Move devlink dev selftest code to devMoshe Shemesh
2023-02-03devlink: Move devlink_info_req struct to be localMoshe Shemesh
2023-02-03devlink: Move devlink dev flash code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev info code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev eswitch code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev reload code to devMoshe Shemesh
2023-02-03devlink: Split out dev get and dump codeMoshe Shemesh
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov
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-02tcp: add TCP_MINTTL drop reasonEric Dumazet
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-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu
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-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-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski