index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: use mptcp_addr_info in mptcp_out_options
Geliang Tang
2021-04-07
2
-36
/
+20
*
mptcp: move flags and ifindex out of mptcp_addr_info
Geliang Tang
2021-04-07
3
-25
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-04-07
45
-1984
/
+1836
|
\
|
*
netfilter: conntrack: move ecache dwork to net_generic infra
Florian Westphal
2021-04-06
2
-7
/
+31
|
*
netfilter: conntrack: move sysctl pointer to net_generic infra
Florian Westphal
2021-04-06
1
-4
/
+6
|
*
netfilter: x_tables: move known table lists to net_generic infra
Florian Westphal
2021-04-06
1
-13
/
+33
|
*
netfilter: nf_tables: use net_generic infra for transaction data
Florian Westphal
2021-04-06
4
-128
/
+232
|
*
netfilter: ebtables: use net_generic infra
Florian Westphal
2021-04-06
1
-5
/
+34
|
*
netfilter: nf_defrag_ipv4: use net_generic infra
Florian Westphal
2021-04-06
1
-5
/
+15
|
*
netfilter: nf_defrag_ipv6: use net_generic infra
Florian Westphal
2021-04-06
2
-37
/
+46
|
*
netfilter: cttimeout: use net_generic infra
Florian Westphal
2021-04-06
1
-9
/
+32
|
*
netfilter: nfnetlink: use net_generic infra
Florian Westphal
2021-04-06
1
-18
/
+44
|
*
netfilter: nfnetlink: add and use nfnetlink_broadcast
Florian Westphal
2021-04-06
2
-2
/
+8
|
*
netfilter: nftables: remove documentation on static functions
Pablo Neira Ayuso
2021-04-03
1
-32
/
+0
|
*
netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()
Dan Carpenter
2021-04-03
1
-1
/
+1
|
*
netfilter: ipvs: do not printk on netns creation
Florian Westphal
2021-04-03
1
-2
/
+0
|
*
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
2021-03-31
10
-208
/
+75
|
*
netfilter: nftables: add helper function to set the base sequence number
Pablo Neira Ayuso
2021-03-31
1
-9
/
+14
|
*
netfilter: nftables: remove unnecessary spin_lock_init()
Yang Yingliang
2021-03-31
1
-1
/
+0
|
*
netfilter: flowtable: dst_check() from garbage collector path
Pablo Neira Ayuso
2021-03-31
2
-19
/
+40
|
*
audit: log nftables configuration change events once per table
Richard Guy Briggs
2021-03-31
1
-83
/
+103
|
*
netfilter: nft_log: perform module load from nf_tables
Florian Westphal
2021-03-31
3
-6
/
+22
|
*
netfilter: nf_log: add module softdeps
Florian Westphal
2021-03-31
3
-0
/
+3
|
*
netfilter: nf_log_common: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-234
/
+181
|
*
netfilter: nf_log_bridge: merge with nf_log_syslog
Florian Westphal
2021-03-31
5
-93
/
+22
|
*
netfilter: nf_log_netdev: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-85
/
+36
|
*
netfilter: nf_log_ipv6: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-433
/
+360
|
*
netfilter: nf_log_arp: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-178
/
+115
|
*
netfilter: nf_log_ipv4: rename to nf_log_syslog
Florian Westphal
2021-03-31
5
-65
/
+76
*
|
tcp: Reset tcp connections in SYN-SENT state
Manoj Basapathi
2021-04-07
1
-3
/
+2
*
|
net: Allow to specify ifindex when device is moved to another namespace
Andrei Vagin
2021-04-05
4
-15
/
+36
*
|
net: nfc: Fix spelling errors in net/nfc module
Zheng Yongjun
2021-04-05
3
-4
/
+4
*
|
tipc: Fix a kernel-doc warning in name_table.c
Wu XiangCheng
2021-04-05
1
-0
/
+2
*
|
mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklist
Taehee Yoo
2021-04-05
2
-25
/
+25
*
|
net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding it
Christophe JAILLET
2021-04-04
2
-8
/
+5
*
|
mptcp: add mptcp reset option support
Florian Westphal
2021-04-02
7
-17
/
+153
*
|
mptcp: remove unneeded check on first subflow
Paolo Abeni
2021-04-02
2
-2
/
+2
*
|
mptcp: add active MPC mibs
Paolo Abeni
2021-04-02
4
-0
/
+7
*
|
mptcp: add mib for token creation fallback
Paolo Abeni
2021-04-02
4
-1
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-02
16
-229
/
+479
|
\
\
|
*
|
sock_map: Update sock type checks for UDP
Cong Wang
2021-04-01
1
-1
/
+4
|
*
|
udp: Implement udp_bpf_recvmsg() for sockmap
Cong Wang
2021-04-01
1
-1
/
+63
|
*
|
skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
Cong Wang
2021-04-01
3
-100
/
+102
|
*
|
udp: Implement ->read_sock() for sockmap
Cong Wang
2021-04-01
3
-0
/
+31
|
*
|
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
2021-04-01
8
-30
/
+50
|
*
|
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-04-01
2
-1
/
+31
|
*
|
sock_map: Kill sock_map_link_no_progs()
Cong Wang
2021-04-01
1
-40
/
+15
|
*
|
sock_map: Simplify sock_map_link() a bit
Cong Wang
2021-04-01
1
-4
/
+5
|
*
|
skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()
Cong Wang
2021-04-01
1
-1
/
+1
|
*
|
skmsg: Use rcu work for destroying psock
Cong Wang
2021-04-01
1
-12
/
+5
[next]