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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
1
-1
/
+1
2018-01-16
netfilter: nf_tables: flow_offload depends on flow_table
Arnd Bergmann
1
-1
/
+1
2018-01-15
Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
David S. Miller
4
-15
/
+17
2018-01-15
net: Restrict unwhitelisted proto caches to size 0
Kees Cook
1
-3
/
+1
2018-01-15
sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
David Windsor
1
-1
/
+1
2018-01-15
sctp: Define usercopy region in SCTP proto slab cache
David Windsor
1
-0
/
+8
2018-01-15
caif: Define usercopy region in caif proto slab cache
David Windsor
1
-0
/
+2
2018-01-15
ip: Define usercopy region in IP proto slab cache
David Windsor
2
-0
/
+4
2018-01-15
net: Define usercopy region in struct proto slab cache
David Windsor
1
-1
/
+5
2018-01-15
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
Jim Westfall
1
-1
/
+6
2018-01-15
net: Allow neigh contructor functions ability to modify the primary_key
Jim Westfall
1
-2
/
+2
2018-01-15
Revert "openvswitch: Add erspan tunnel support."
William Tu
1
-50
/
+1
2018-01-15
ipv6: Fix build with gcc-4.4.5
Ido Schimmel
1
-2
/
+6
2018-01-15
tipc: fix bug during lookup of multicast destination nodes
Jon Maloy
3
-8
/
+4
2018-01-15
net: Convert atomic_t net::count to refcount_t
Kirill Tkhai
4
-10
/
+10
2018-01-15
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
1
-2
/
+2
2018-01-15
ipv6: ip6_make_skb() needs to clear cork.base.dst
Eric Dumazet
1
-0
/
+1
2018-01-15
sctp: removed unused var from sctp_make_auth
Marcelo Ricardo Leitner
1
-2
/
+1
2018-01-15
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2
-2
/
+3
2018-01-15
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
1
-0
/
+1
2018-01-15
netlink: extack needs to be reset each time through loop
David Ahern
1
-1
/
+2
2018-01-15
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
1
-12
/
+14
2018-01-15
tipc: fix a potental access after delete in tipc_sk_join()
Jon Maloy
1
-0
/
+1
2018-01-15
ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
1
-2
/
+4
2018-01-15
9p: add missing module license for xen transport
Stephen Hemminger
1
-0
/
+4
2018-01-15
cfg80211: check dev_set_name() return value
Johannes Berg
1
-1
/
+7
2018-01-15
mac80211_hwsim: validate number of different channels
Johannes Berg
1
-2
/
+0
2018-01-15
nl80211: take RCU read lock when calling ieee80211_bss_get_ie()
Dominik Brodowski
1
-4
/
+7
2018-01-15
cfg80211: fully initialize old channel for event
Johannes Berg
1
-2
/
+1
2018-01-14
SUNRPC: Add explicit rescheduling points in the receive path
Trond Myklebust
1
-2
/
+19
2018-01-14
SUNRPC: Chunk reading of replies from the server
Trond Myklebust
1
-4
/
+11
2018-01-14
SUNRPC: Remove rpc_protocol()
Chuck Lever
1
-16
/
+0
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+4
2018-01-14
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
1
-2
/
+1
2018-01-14
net: sch: prio: Add offload ability to PRIO qdisc
Nogah Frankel
1
-0
/
+59
2018-01-13
Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-9
/
+11
2018-01-13
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
Jesper Dangaard Brouer
1
-4
/
+3
2018-01-12
net: Cap number of queues even with accel_priv
Alexander Duyck
1
-2
/
+1
2018-01-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
8
-12
/
+38
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-45
/
+96
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+4
2018-01-11
netfilter: nf_defrag: Skip defrag if NOTRACK is set
Subash Abhinov Kasiviswanathan
4
-3
/
+28
2018-01-11
netfilter: clusterip: make sure arp hooks are available
Florian Westphal
1
-0
/
+1
2018-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+3
2018-01-10
Fix a leak in socket(2) when we fail to allocate a file descriptor.
Al Viro
1
-1
/
+3
2018-01-10
net: sch: red: Change offloaded xstats to be incremental
Nogah Frankel
1
-16
/
+8
2018-01-10
ipv6: sr: fix TLVs not being copied using setsockopt
Mathieu Xhonneux
1
-0
/
+9
2018-01-10
ipv6: fix possible mem leaks in ipv6_make_skb()
Eric Dumazet
1
-2
/
+3
2018-01-10
tcp: make local function tcp_recv_timestamp static
Wei Yongjun
1
-2
/
+2
2018-01-10
8021q: fix a memory leak for VLAN 0 device
Cong Wang
1
-6
/
+1
[prev]
[next]