summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata1-2/+5
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata3-2/+13
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata2-7/+7
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata3-5/+8
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata2-0/+5
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe3-37/+38
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe1-2/+17
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe1-4/+4
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe4-24/+24
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet2-8/+9
2023-02-03ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2023-02-03ipv6: raw: add drop reasonsEric Dumazet1-5/+7
2023-02-03devlink: Move devlink dev selftest code to devMoshe Shemesh3-183/+184
2023-02-03devlink: Move devlink_info_req struct to be localMoshe Shemesh2-9/+8
2023-02-03devlink: Move devlink dev flash code to devMoshe Shemesh3-271/+272
2023-02-03devlink: Move devlink dev info code to devMoshe Shemesh3-255/+256
2023-02-03devlink: Move devlink dev eswitch code to devMoshe Shemesh3-125/+126
2023-02-03devlink: Move devlink dev reload code to devMoshe Shemesh3-421/+427
2023-02-03devlink: Split out dev get and dump codeMoshe Shemesh4-102/+118
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean1-5/+6
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov1-5/+6
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov1-2/+4
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov3-9/+11
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov1-4/+8
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov1-1/+4
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet2-1/+3
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-131/+183
2023-02-02Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-56/+64
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu1-1/+1
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2023-02-02Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni17-124/+179
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp1-36/+29
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp1-0/+4
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp1-16/+31
2023-02-02can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan1-4/+0
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky4-13/+10
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley1-2/+12
2023-02-01net: add support for ipv4 big tcpXin Long5-22/+27
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long3-0/+55
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long1-0/+4
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long1-1/+1
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long3-3/+3
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long2-2/+2
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long1-1/+1
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long2-3/+3
2023-02-01ipv6: ICMPV6: Use swap() instead of open coding itJiapeng Chong1-4/+1
2023-02-01ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter1-5/+5