index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
2022-05-16
l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()
Eric Dumazet
2022-05-16
inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
Eric Dumazet
2022-05-16
dccp: use READ_ONCE() to read sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
sctp: read sk->sk_bound_dev_if once in sctp_rcv()
Eric Dumazet
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
ipv6: Add hop-by-hop header to jumbograms in ip6_output
Coco Li
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
2022-05-16
ipv6/gro: insert temporary HBH/jumbo header
Eric Dumazet
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
2022-05-16
tcp_cubic: make hystart_ack_delay() aware of BIG TCP
Eric Dumazet
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
2022-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
2022-05-13
netfilter: flowtable: nft_flow_route use more data for reverse route
Sven Auhagen
2022-05-13
netfilter: conntrack: add nf_conntrack_events autodetect mode
Florian Westphal
2022-05-13
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
2022-05-13
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
2022-05-13
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
2022-05-13
netfilter: conntrack: avoid unconditional local_bh_disable
Florian Westphal
2022-05-13
netfilter: conntrack: remove unconfirmed list
Florian Westphal
2022-05-13
netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
Florian Westphal
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
2022-05-13
netfilter: extensions: introduce extension genid count
Florian Westphal
2022-05-13
netfilter: remove nf_ct_unconfirmed_destroy helper
Florian Westphal
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
2022-05-13
netfilter: conntrack: remove the percpu dying list
Florian Westphal
2022-05-13
netfilter: conntrack: include ecache dying list in dumps
Florian Westphal
2022-05-13
netfilter: ecache: use dedicated list for event redelivery
Florian Westphal
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2022-05-13
net: page_pool: add page allocation stats for two fast page allocate path
Jie Wang
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
2022-05-12
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2022-05-12
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
2022-05-12
net: update the register_netdevice() kdoc
Jakub Kicinski
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-05-12
tls: Fix context leak on tls_device_down
Maxim Mikityanskiy
2022-05-12
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
2022-05-12
rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
Bin Chen
2022-05-11
Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2022-05-11
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2022-05-11
Bluetooth: Fix the creation of hdev->name
Itay Iellin
[next]