summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-225-8/+8
* Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot2022-04-221-1/+1
* net/ipv6: Enforce limits for accept_unsolicited_na sysctlArun Ajith S2022-04-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-2216-41/+83
|\
| * netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-191-0/+7
| * net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach2022-04-191-0/+8
| * can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-171-1/+9
| * ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
| * net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-152-6/+7
| * l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern2022-04-151-1/+1
| * net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4
| * net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-151-6/+10
| * openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-151-1/+1
| * ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-151-3/+6
| * ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-151-2/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-153-7/+7
| |\
| | * esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-132-6/+4
| | * xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern2022-04-041-1/+3
| * | net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-151-4/+9
| * | net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-151-1/+3
| * | rxrpc: Restore removed timer deletionDavid Howells2022-04-151-0/+2
* | | net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko2022-04-201-8/+16
* | | net/sched: flower: Add number of vlan tags filterBoris Sukholitko2022-04-201-0/+14
* | | flow_dissector: Add number of vlan tags dissectorBoris Sukholitko2022-04-201-0/+20
* | | net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko2022-04-201-17/+17
* | | net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko2022-04-201-15/+17
* | | net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-204-25/+7
* | | net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean2022-04-201-2/+1
* | | net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean2022-04-201-4/+1
* | | net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean2022-04-201-8/+5
* | | net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-204-140/+76
* | | net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrsVladimir Oltean2022-04-202-61/+57
* | | rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot2022-04-191-1/+1
* | | rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot2022-04-191-1/+1
* | | rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot2022-04-191-40/+29
* | | rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot2022-04-191-4/+14
* | | net: sched: support hash selecting tx queueTonghao Zhang2022-04-191-2/+47
* | | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-192-3/+34
* | | devlink: add port to line card relationship setJiri Pirko2022-04-181-1/+25
* | | devlink: implement line card active stateJiri Pirko2022-04-181-0/+41
* | | devlink: implement line card provisioningJiri Pirko2022-04-181-3/+319
* | | devlink: add support to create line card and expose to userJiri Pirko2022-04-181-1/+269
* | | tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3
* | | tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-7/+2
* | | tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet2022-04-171-6/+9
* | | tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet2022-04-171-9/+8
* | | tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-1/+2
* | | tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-3/+4
* | | tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-7/+17
* | | tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet2022-04-171-3/+7