summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-17af_unix: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17mptcp: annotate lockless accesses to sk->sk_errEric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-13net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid
2023-03-13net: socket: suppress unused warningVincenzo Palazzo
2023-03-10Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-03-10skbuff: Add likely to skb pointer in build_skb()Gal Pressman
2023-03-10skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman
2023-03-09udp: introduce __sk_mem_schedule() usageJason Xing
2023-03-09Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-03-09net: sched: remove qdisc_watchdog->last_expiresEric Dumazet
2023-03-09netlink: remove unused 'compare' functionFlorian Westphal
2023-03-09mctp: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long
2023-03-09sctp: add fair capacity stream schedulerXin Long
2023-03-08net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo
2023-03-08af_unix: fix struct pid leaks in OOB supportEric Dumazet
2023-03-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2023-03-08netfilter: nat: fix indentation of function argumentsJeremy Sowden
2023-03-08netfilter: conntrack: fix typoJeremy Sowden
2023-03-08netfilter: use nf_ip6_check_hbh_len in nf_ct_skb_network_trimXin Long
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long
2023-03-08netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long
2023-03-08netfilter: bridge: check len before accessing more nh dataXin Long
2023-03-08netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman
2023-03-08net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-03-07bpf, net: xskmap memory usageYafang Shao
2023-03-07bpf, net: sock_map memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-07wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller
2023-03-07Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni