index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
net: fix sock_timestamping_bind_phc() to release device
Miroslav Lichvar
1
-0
/
+2
2022-01-12
Revert "of: net: support NVMEM cells with MAC in text format"
Michael Walle
1
-22
/
+11
2022-01-12
netfilter: nf_tables: set last expression in register tracking area
Pablo Neira Ayuso
1
-1
/
+1
2022-01-11
gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
Guillaume Nault
1
-2
/
+3
2022-01-11
xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
Guillaume Nault
1
-1
/
+2
2022-01-11
mctp: test: zero out sockaddr
Matt Johnston
1
-1
/
+1
2022-01-11
Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()
Dan Carpenter
1
-3
/
+3
2022-01-11
Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2
-2
/
+2
2022-01-11
xdp: check prog type before updating BPF link
Toke Høiland-Jørgensen
1
-0
/
+6
2022-01-11
netfilter: nf_tables: remove unused variable
Pablo Neira Ayuso
1
-2
/
+0
2022-01-11
netfilter: nf_conntrack_netbios_ns: fix helper module alias
Florian Westphal
1
-2
/
+3
2022-01-10
netfilter: nf_tables: typo NULL check in _clone() function
Pablo Neira Ayuso
4
-4
/
+4
2022-01-10
netfilter: nf_tables: don't use 'data_size' uninitialized
Linus Torvalds
1
-0
/
+1
2022-01-10
Bluetooth: hci_sync: Fix compilation warning
Luiz Augusto von Dentz
1
-2
/
+2
2022-01-10
SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
Chuck Lever
1
-1
/
+1
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-42
/
+153
2022-01-10
net/9p: show error message if user 'msize' cannot be satisfied
Christian Schoenebeck
1
-1
/
+6
2022-01-10
net/p9: load default transports
Thomas Weißschuh
1
-2
/
+11
2022-01-10
9p/xen: autoload when xenbus service is available
Thomas Weißschuh
1
-0
/
+1
2022-01-10
9p/trans_fd: split into dedicated module
Thomas Weißschuh
4
-5
/
+23
2022-01-09
tcp: tcp_send_challenge_ack delete useless param `skb`
Benjamin Yim
1
-5
/
+5
2022-01-09
page_pool: remove spinlock in page_pool_refill_alloc_cache()
Yunsheng Lin
1
-4
/
+0
2022-01-09
net: skb: use kfree_skb_reason() in __udp4_lib_rcv()
Menglong Dong
1
-2
/
+8
2022-01-09
net: skb: use kfree_skb_reason() in tcp_v4_rcv()
Menglong Dong
1
-3
/
+11
2022-01-09
net: skb: introduce kfree_skb_reason()
Menglong Dong
3
-9
/
+16
2022-01-09
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
3
-3
/
+21
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
37
-384
/
+823
2022-01-09
netfilter: nft_meta: cancel register tracking after meta update
Pablo Neira Ayuso
2
-0
/
+40
2022-01-09
netfilter: nft_payload: cancel register tracking after payload update
Pablo Neira Ayuso
1
-0
/
+21
2022-01-09
netfilter: nft_bitwise: track register operations
Pablo Neira Ayuso
3
-2
/
+97
2022-01-09
netfilter: nft_meta: track register operations
Pablo Neira Ayuso
1
-0
/
+28
2022-01-09
netfilter: nft_payload: track register operations
Pablo Neira Ayuso
1
-0
/
+30
2022-01-09
netfilter: nf_tables: add register tracking infrastructure
Pablo Neira Ayuso
1
-0
/
+11
2022-01-09
netfilter: nf_tables: add rule blob layout
Pablo Neira Ayuso
3
-63
/
+129
2022-01-09
netfilter: nft_limit: move stateful fields out of expression data
Pablo Neira Ayuso
1
-12
/
+82
2022-01-09
netfilter: nft_limit: rename stateful structure
Pablo Neira Ayuso
1
-52
/
+52
2022-01-09
netfilter: nft_numgen: move stateful fields out of expression data
Pablo Neira Ayuso
1
-6
/
+28
2022-01-09
netfilter: nft_quota: move stateful fields out of expression data
Pablo Neira Ayuso
1
-5
/
+47
2022-01-09
netfilter: nft_last: move stateful fields out of expression data
Pablo Neira Ayuso
1
-18
/
+51
2022-01-09
netfilter: nft_connlimit: move stateful fields out of expression data
Pablo Neira Ayuso
1
-8
/
+18
2022-01-09
net: prefer nf_ct_put instead of nf_conntrack_put
Florian Westphal
3
-9
/
+15
2022-01-09
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
1
-6
/
+6
2022-01-09
netfilter: make function op structures const
Florian Westphal
5
-14
/
+14
2022-01-09
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
Florian Westphal
2
-14
/
+9
2022-01-09
netfilter: conntrack: convert to refcount_t api
Florian Westphal
10
-29
/
+23
2022-01-09
Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Jakub Kicinski
3
-18
/
+20
2022-01-08
kbuild: do not quote string values in include/config/auto.conf
Masahiro Yamada
1
-2
/
+2
2022-01-07
af_packet: fix tracking issues in packet_do_bind()
Eric Dumazet
1
-19
/
+8
2022-01-07
mptcp: reuse __mptcp_make_csum in validate_data_csum
Geliang Tang
1
-9
/
+6
2022-01-07
mptcp: change the parameter of __mptcp_make_csum
Geliang Tang
2
-4
/
+5
[prev]
[next]