index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sysctl_net.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
net: tulip: convert to devres
Rolf Eike Beer
2
-51
/
+20
2022-05-16
net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
Zheng Bin
1
-0
/
+2
2022-05-16
net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()
Menglong Dong
2
-0
/
+2
2022-05-16
net: skb: change the definition SKB_DR_SET()
Menglong Dong
1
-1
/
+2
2022-05-16
net: skb: check the boundrary of drop reason in kfree_skb_reason()
Menglong Dong
1
-0
/
+2
2022-05-16
net: dm: check the boundary of skb drop reasons
Menglong Dong
1
-1
/
+1
2022-05-16
net/smc: align the connect behaviour with TCP
Guangguan Wang
1
-4
/
+46
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
3
-6
/
+6
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
4
-14
/
+24
2022-05-16
l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if
Eric Dumazet
2
-4
/
+8
2022-05-16
net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()
Eric Dumazet
1
-2
/
+5
2022-05-16
inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
Eric Dumazet
1
-4
/
+8
2022-05-16
dccp: use READ_ONCE() to read sk->sk_bound_dev_if
Eric Dumazet
2
-3
/
+3
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
1
-4
/
+7
2022-05-16
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-05-16
sctp: read sk->sk_bound_dev_if once in sctp_rcv()
Eric Dumazet
1
-1
/
+3
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
4
-11
/
+13
2022-05-16
mlx5: support BIG TCP packets
Eric Dumazet
2
-23
/
+89
2022-05-16
mlx4: support BIG TCP packets
Eric Dumazet
2
-9
/
+41
2022-05-16
veth: enable BIG TCP packets
Eric Dumazet
1
-0
/
+1
2022-05-16
net: loopback: enable BIG TCP packets
Eric Dumazet
1
-0
/
+2
2022-05-16
ipv6: Add hop-by-hop header to jumbograms in ip6_output
Coco Li
2
-2
/
+21
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
6
-12
/
+16
2022-05-16
ipv6/gro: insert temporary HBH/jumbo header
Eric Dumazet
1
-2
/
+30
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
2
-1
/
+56
2022-05-16
ipv6: add struct hop_jumbo_hdr definition
Eric Dumazet
1
-0
/
+11
2022-05-16
tcp_cubic: make hystart_ack_delay() aware of BIG TCP
Eric Dumazet
1
-2
/
+2
2022-05-16
net: limit GSO_MAX_SIZE to 524280 bytes
Eric Dumazet
1
-2
/
+5
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
16
-17
/
+40
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
3
-0
/
+10
2022-05-16
ravb: Add support for RZ/V2M
Phil Edworthy
1
-0
/
+26
2022-05-16
ravb: Use separate clock for gPTP
Phil Edworthy
2
-3
/
+21
2022-05-16
ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs
Phil Edworthy
2
-6
/
+53
2022-05-16
ravb: Separate handling of irq enable/disable regs into feature
Phil Edworthy
3
-5
/
+7
2022-05-16
dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC
Phil Edworthy
1
-21
/
+61
2022-05-14
ice: Expose RSS indirection tables for queue groups via ethtool
Sridhar Samudrala
1
-18
/
+51
2022-05-14
ixgbe: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-36
/
+63
2022-05-14
eth: sfc: remove remnants of the out-of-tree napi_weight module param
Jakub Kicinski
3
-21
/
+3
2022-05-13
sfc: siena: Fix Kconfig dependencies
Ren Zhijie
1
-0
/
+1
2022-05-13
netfilter: conntrack: skip verification of zero UDP checksum
Kevin Mitchell
3
-9
/
+26
2022-05-13
netfilter: flowtable: nft_flow_route use more data for reverse route
Sven Auhagen
1
-0
/
+8
2022-05-13
netfilter: prefer extension check to pointer check
Florian Westphal
2
-17
/
+16
2022-05-13
netfilter: conntrack: add nf_conntrack_events autodetect mode
Florian Westphal
4
-9
/
+28
2022-05-13
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
3
-28
/
+38
2022-05-13
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
2
-3
/
+38
2022-05-13
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
6
-44
/
+56
2022-05-13
netfilter: conntrack: avoid unconditional local_bh_disable
Florian Westphal
1
-5
/
+2
2022-05-13
netfilter: conntrack: remove unconfirmed list
Florian Westphal
4
-105
/
+3
2022-05-13
netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
Florian Westphal
3
-39
/
+13
2022-05-13
netfilter: cttimeout: decouple unlink and free on netns destruction
Florian Westphal
1
-0
/
+12
[next]