aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet
2023-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet
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