index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-25
3
-3
/
+3
*
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2018-01-25
1
-0
/
+48
*
bpf: Make SOCK_OPS_GET_TCP struct independent
Lawrence Brakmo
2018-01-25
1
-10
/
+10
*
bpf: Make SOCK_OPS_GET_TCP size independent
Lawrence Brakmo
2018-01-25
1
-5
/
+8
*
bpf: Only reply field should be writeable
Lawrence Brakmo
2018-01-25
1
-2
/
+1
*
net: sched: add extack support for offload via tc_cls_common_offload
Quentin Monnet
2018-01-22
4
-11
/
+11
*
net: sched: cls_bpf: plumb extack support in filter for hardware offload
Quentin Monnet
2018-01-22
1
-6
/
+8
*
net: sched: cls_u32: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-5
/
+5
*
net: sched: cls_matchall: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-2
/
+4
*
net: sched: cls_flower: propagate extack support for filter offload
Quentin Monnet
2018-01-22
1
-2
/
+4
*
bridge: return boolean instead of integer in br_multicast_is_router
Gustavo A. R. Silva
2018-01-22
1
-1
/
+1
*
net: core: Expose number of link up/down transitions
David Decotigny
2018-01-22
3
-5
/
+37
*
Merge tag 'mac80211-next-for-davem-2018-01-22' of git://git.kernel.org/pub/sc...
David S. Miller
2018-01-22
1
-2
/
+2
|
\
|
*
debugfs_sta: Remove unneeded semicolons
Christopher Díaz Riveros
2018-01-22
1
-2
/
+2
*
|
devlink: fix memory leak on 'resource'
Colin Ian King
2018-01-22
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-01-21
56
-2185
/
+1157
|
\
\
|
*
|
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
2018-01-19
12
-28
/
+2
|
*
|
netfilter: nf_tables: set flowtable priority and hooknum field
Pablo Neira Ayuso
2018-01-19
1
-0
/
+2
|
*
|
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-19
11
-19
/
+0
|
*
|
netfilter: nf_tables: Fix trailing semicolon
Luis de Bethencourt
2018-01-19
1
-1
/
+1
|
*
|
netfilter: return booleans instead of integers
Gustavo A. R. Silva
2018-01-19
3
-3
/
+3
|
*
|
netfilter: nf_tables: allocate handle and delete objects via handle
Harsha Sharma
2018-01-19
1
-12
/
+134
|
*
|
netfilter: nf_nat_snmp_basic: use asn1 decoder library
Taehee Yoo
2018-01-19
5
-1192
/
+419
|
*
|
netfilter: nf_nat_snmp_basic: use nf_ct_helper_log
Taehee Yoo
2018-01-19
1
-5
/
+6
|
*
|
netfilter: nf_nat_snmp_basic: replace ctinfo with dir.
Taehee Yoo
2018-01-19
1
-5
/
+2
|
*
|
netfilter: nf_nat_snmp_basic: remove debug parameter
Taehee Yoo
2018-01-19
1
-62
/
+0
|
*
|
netfilter: nf_nat_snmp_basic: remove useless comment
Taehee Yoo
2018-01-19
1
-30
/
+0
|
*
|
netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdef
Arnd Bergmann
2018-01-16
2
-2
/
+4
|
*
|
netfilter: nf_defrag: mark xt_table structures 'const' again
Arnd Bergmann
2018-01-16
2
-10
/
+38
|
*
|
netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
Subash Abhinov Kasiviswanathan
2018-01-16
1
-5
/
+10
|
*
|
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
2018-01-16
1
-1
/
+1
|
*
|
netfilter: nf_tables: flow_offload depends on flow_table
Arnd Bergmann
2018-01-16
1
-1
/
+1
|
*
|
netfilter: nf_defrag: Skip defrag if NOTRACK is set
Subash Abhinov Kasiviswanathan
2018-01-11
4
-3
/
+28
|
*
|
netfilter: clusterip: make sure arp hooks are available
Florian Westphal
2018-01-11
1
-0
/
+1
|
*
|
netfilter: improve flow table Kconfig dependencies
Arnd Bergmann
2018-01-10
3
-3
/
+7
|
*
|
netfilter: add IPv6 segment routing header 'srh' match
Ahmed Abdelsalam
2018-01-10
3
-0
/
+171
|
*
|
netfilter: core: return EBUSY in case NAT hook is already in use
Pablo Neira Ayuso
2018-01-10
1
-1
/
+1
|
*
|
netfilter: remove duplicated include
Wei Yongjun
2018-01-10
2
-3
/
+0
|
*
|
netfilter: core: make local function __nf_unregister_net_hook static
Wei Yongjun
2018-01-10
1
-2
/
+2
|
*
|
netfilter: nf_tables: fix a typo in nf_tables_getflowtable()
Wei Yongjun
2018-01-10
1
-1
/
+1
|
*
|
netfilter: x_tables: unbreak module auto loading
Florian Westphal
2018-01-10
1
-1
/
+1
|
*
|
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
2018-01-10
7
-361
/
+84
|
*
|
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
2018-01-10
7
-230
/
+73
|
*
|
netfilter: nf_tables: add single table list for all families
Pablo Neira Ayuso
2018-01-10
10
-299
/
+281
|
*
|
netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...
Pablo Neira Ayuso
2018-01-10
1
-9
/
+7
|
*
|
netfilter: nf_tables: no need for struct nft_af_info to enable/disable table
Pablo Neira Ayuso
2018-01-10
1
-15
/
+6
|
*
|
netfilter: nf_tables: remove flag field from struct nft_af_info
Pablo Neira Ayuso
2018-01-10
2
-2
/
+1
|
*
|
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
2018-01-10
7
-10
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-20
3
-18
/
+58
|
\
\
\
|
*
|
|
bpf: move event_output to const_size_or_zero for xdp/skb as well
Daniel Borkmann
2018-01-19
1
-2
/
+2
[next]