summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-02-23mctp: Fix incorrect netdev unref for extended addrMatt Johnston
2022-02-23mctp: make __mctp_dev_get() take a refcount holdMatt Johnston
2022-02-23net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean
2022-02-22net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-02-22net: add skb_set_end_offset() helperEric Dumazet
2022-02-22ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)
2022-02-22s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet
2022-02-21net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-02-21net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong
2022-02-20net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang
2022-02-19net: get rid of rtnl_lock_unregistering()Eric Dumazet
2022-02-19bridge: switch br_net_exit to batch modeEric Dumazet
2022-02-19net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool
2022-02-18mctp: add address validity checking for packet receiveJeremy Kerr
2022-02-18mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean
2022-02-17net: add sanity check in proto_register()Eric Dumazet
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard
2022-02-17vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet
2022-02-17net: allow out-of-order netdev unregistrationJakub Kicinski
2022-02-17net: transition netdev reg state earlier in run_todoJakub Kicinski
2022-02-17ping: fix the dif and sdif check in ping_lookupXin Long
2022-02-17net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski
2022-02-17net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean
2022-02-16net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata