summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-09-03wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg
2022-09-03wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg
2022-09-03wifi: mac80211: fix double SW scan stopJohannes Berg
2022-09-03wifi: mac80211: mlme: assign link address correctlyJohannes Berg
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg
2022-09-03wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg
2022-09-03wifi: nl80211: remove redundant err variableJinpeng Cui
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood
2022-09-03wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg
2022-09-03net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao
2022-09-03net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao
2022-09-02net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-02bpf: Embed kernel CONFIG check into the if statement in bpf_getsockoptMartin KaFai Lau
2022-09-02bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau
2022-09-02net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau
2022-09-02bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani
2022-09-01ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet
2022-09-01net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang
2022-09-01net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net: sched: gred: remove NULL check before free table->tab in gred_destroy()Zhengchao Shao
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-08-31Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-08-31net: dsa: hellcreek: Print warning only onceKurt Kanzenbach
2022-08-31net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-08-31ip: fix triggering of 'icmp redirect'Nicolas Dichtel
2022-08-31net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao