summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mptcp: add MP_FAIL response supportGeliang Tang2022-04-273-1/+12
* | | | | mptcp: add data lock for sk timersGeliang Tang2022-04-271-0/+12
* | | | | mptcp: use mptcp_stop_timerGeliang Tang2022-04-271-2/+2
* | | | | net: tls: fix async vs NIC crypto offloadJakub Kicinski2022-04-261-0/+2
* | | | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-267-32/+82
* | | | | net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2022-04-261-5/+13
* | | | | net: dsa: remove unused headersMarcin Wojtas2022-04-251-9/+0
* | | | | arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng2022-04-251-5/+2
* | | | | devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-1/+70
* | | | | devlink: introduce line card info get messageJiri Pirko2022-04-251-4/+126
* | | | | devlink: introduce line card devices supportJiri Pirko2022-04-251-1/+103
* | | | | mptcp: add mib for infinite map sendingGeliang Tang2022-04-233-0/+3
* | | | | mptcp: infinite mapping receivingGeliang Tang2022-04-231-1/+3
* | | | | mptcp: infinite mapping sendingGeliang Tang2022-04-234-2/+41
* | | | | mptcp: track and update contiguous data statusGeliang Tang2022-04-233-1/+7
* | | | | mptcp: add the fallback checkGeliang Tang2022-04-231-21/+24
* | | | | mptcp: don't send RST for single subflowGeliang Tang2022-04-231-5/+5
* | | | | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
* | | | | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-224-13/+10
* | | | | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
* | | | | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-222-2/+2
* | | | | 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