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
*
idr: Rename idr_for_each_entry_ext
Matthew Wilcox
2018-02-06
1
-3
/
+3
*
cls_u32: Convert to idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-13
/
+10
*
cls_u32: Reinstate cyclic allocation
Matthew Wilcox
2018-02-06
1
-10
/
+4
*
cls_flower: Convert to idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-16
/
+10
*
cls_bpf: Convert to use idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-14
/
+10
*
cls_basic: Convert to use idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-15
/
+10
*
cls_api: Convert to idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-2
/
+2
*
net sched actions: Convert to use idr_alloc_u32
Matthew Wilcox
2018-02-06
1
-35
/
+25
*
idr: Delete idr_find_ext function
Matthew Wilcox
2018-02-06
3
-3
/
+3
*
idr: Delete idr_replace_ext function
Matthew Wilcox
2018-02-06
5
-5
/
+5
*
idr: Delete idr_remove_ext function
Matthew Wilcox
2018-02-06
6
-13
/
+13
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-04
1
-3
/
+6
|
\
|
*
nl80211: Sanitize array index in parse_txq_params
Dan Williams
2018-01-30
1
-3
/
+6
*
|
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-03
5
-2
/
+18
|
\
\
|
*
|
net: Restrict unwhitelisted proto caches to size 0
Kees Cook
2018-01-15
1
-3
/
+1
|
*
|
sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
David Windsor
2018-01-15
1
-1
/
+1
|
*
|
sctp: Define usercopy region in SCTP proto slab cache
David Windsor
2018-01-15
1
-0
/
+8
|
*
|
caif: Define usercopy region in caif proto slab cache
David Windsor
2018-01-15
1
-0
/
+2
|
*
|
ip: Define usercopy region in IP proto slab cache
David Windsor
2018-01-15
2
-0
/
+4
|
*
|
net: Define usercopy region in struct proto slab cache
David Windsor
2018-01-15
1
-1
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-02-03
29
-158
/
+236
|
\
\
\
|
*
|
|
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2018-02-02
2
-5
/
+1
|
*
|
|
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
2018-02-02
1
-15
/
+20
|
*
|
|
cls_u32: add missing RCU annotation.
Paolo Abeni
2018-02-02
1
-5
/
+7
|
*
|
|
net: igmp: add a missing rcu locking section
Eric Dumazet
2018-02-01
1
-0
/
+4
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-02-01
17
-99
/
+114
|
|
\
\
\
|
|
*
|
|
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2018-01-31
4
-29
/
+26
|
|
*
|
|
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
2018-01-31
1
-3
/
+13
|
|
*
|
|
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
2018-01-31
5
-2
/
+5
|
|
*
|
|
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
2018-01-31
6
-63
/
+63
|
|
*
|
|
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
2018-01-25
1
-0
/
+6
|
|
*
|
|
netfilter: x_tables: fix int overflow in xt_alloc_table_info()
Dmitry Vyukov
2018-01-07
1
-2
/
+1
|
*
|
|
|
rtnetlink: remove check for IFLA_IF_NETNSID
Christian Brauner
2018-02-01
1
-3
/
+0
|
*
|
|
|
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
2018-02-01
1
-4
/
+2
|
*
|
|
|
net: bridge: Fix uninitialized error in br_fdb_sync_static()
Geert Uytterhoeven
2018-02-01
1
-1
/
+1
|
*
|
|
|
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
2018-02-01
1
-0
/
+34
|
*
|
|
|
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
2018-02-01
1
-3
/
+3
|
*
|
|
|
net: create skb_gso_validate_mac_len()
Daniel Axtens
2018-02-01
2
-23
/
+50
*
|
|
|
|
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-02-01
9
-2861
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge 4.15-rc6 into staging-next
Greg Kroah-Hartman
2018-01-02
36
-181
/
+424
|
|
\
\
\
\
|
*
\
\
\
\
Merge 4.15-rc4 into staging-next
Greg Kroah-Hartman
2017-12-18
71
-286
/
+493
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge Linus's staging merge point into staging-next
Greg Kroah-Hartman
2017-12-06
51
-474
/
+1046
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ipx: move Novell IPX protocol support into staging
Stephen Hemminger
2017-11-28
9
-2864
/
+0
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
500
-10820
/
+17287
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
tls: Add support for encryption using async offload accelerator
Vakul Garg
2018-01-31
1
-1
/
+7
|
*
|
|
|
|
|
|
|
ip6mr: fix stale iterator
Nikolay Aleksandrov
2018-01-31
1
-0
/
+1
|
*
|
|
|
|
|
|
|
net/sched: kconfig: Remove blank help texts
Ulf Magnusson
2018-01-31
1
-3
/
+0
|
*
|
|
|
|
|
|
|
openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2018-01-31
1
-1
/
+1
|
*
|
|
|
|
|
|
|
tcp_nv: fix potential integer overflow in tcpnv_acked
Gustavo A. R. Silva
2018-01-31
1
-1
/
+1
|
*
|
|
|
|
|
|
|
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
Christian Brauner
2018-01-31
1
-5
/
+1
[next]