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
*
netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
Subash Abhinov Kasiviswanathan
2018-02-02
1
-0
/
+1
*
netfilter: x_tables: make allocation less aggressive
Michal Hocko
2018-02-02
1
-1
/
+6
*
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 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
|
*
|
ipmr: Fix ptrdiff_t print formatting
James Hogan
2018-01-30
1
-1
/
+1
|
*
|
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
2018-01-29
1
-0
/
+6
|
*
|
ipv4: Get the address of interface correctly.
Tonghao Zhang
2018-01-29
1
-0
/
+4
|
*
|
net_sched: gen_estimator: fix lockdep splat
Eric Dumazet
2018-01-29
1
-0
/
+4
|
*
|
ipv6: addrconf: break critical section in addrconf_verify_rtnl()
Eric Dumazet
2018-01-29
1
-0
/
+2
|
*
|
ipv6: change route cache aging logic
Wei Wang
2018-01-29
1
-8
/
+12
|
*
|
net: ipv6: send unsolicited NA after DAD
David Ahern
2018-01-29
2
-4
/
+31
|
*
|
net_sched: implement ->change_tx_queue_len() for pfifo_fast
Cong Wang
2018-01-29
1
-0
/
+18
|
*
|
net_sched: plug in qdisc ops change_tx_queue_len
Cong Wang
2018-01-29
2
-0
/
+34
|
*
|
net: introduce helper dev_change_tx_queue_len()
Cong Wang
2018-01-29
3
-37
/
+34
|
*
|
dev: advertise the new ifindex when the netns iface changes
Nicolas Dichtel
2018-01-29
2
-18
/
+32
|
*
|
dev: always advertise the new nsid when the netns iface changes
Nicolas Dichtel
2018-01-29
1
-4
/
+1
|
*
|
ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
Martin KaFai Lau
2018-01-29
1
-4
/
+7
|
*
|
rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
Christian Brauner
2018-01-29
1
-11
/
+28
|
*
|
rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
Christian Brauner
2018-01-29
1
-3
/
+0
|
*
|
rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
Christian Brauner
2018-01-29
1
-7
/
+47
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-29
9
-11
/
+29
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-28
5
-27
/
+317
|
|
\
\
\
|
|
*
|
|
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-26
1
-1
/
+8
|
|
*
|
|
bpf: xor of a/x in cbpf can be done in 32 bit alu
Daniel Borkmann
2018-01-26
1
-2
/
+2
|
|
*
|
|
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
2018-01-25
1
-0
/
+24
|
|
*
|
|
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
2018-01-25
1
-0
/
+4
|
|
*
|
|
bpf: Add sock_ops R/W access to tclass
Lawrence Brakmo
2018-01-25
1
-2
/
+45
|
|
*
|
|
bpf: Add support for reading sk_state and more
Lawrence Brakmo
2018-01-25
1
-11
/
+132
|
|
*
|
|
bpf: Add sock_ops RTO callback
Lawrence Brakmo
2018-01-25
1
-0
/
+7
|
|
*
|
|
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
2018-01-25
1
-0
/
+34
|
|
*
|
|
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-25
3
-3
/
+3
[next]