summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde
2022-05-16netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2022-05-16netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi
2022-05-16netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau
2022-05-16netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau
2022-05-16net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet
2022-05-16net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong
2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang
2022-05-16inet: rename INET_MATCH()Eric Dumazet
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg
2022-05-16mac80211: remove useless bssid copyJohannes Berg
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg