index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
sctp: removed unused var from sctp_make_auth
Marcelo Ricardo Leitner
1
-2
/
+1
2018-01-15
tipc: fix a potental access after delete in tipc_sk_join()
Jon Maloy
1
-0
/
+1
2018-01-14
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
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-12
net: Cap number of queues even with accel_priv
Alexander Duyck
1
-2
/
+1
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-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
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
2018-01-10
ipv6: Add support for non-equal-cost multipath
Ido Schimmel
1
-4
/
+7
2018-01-10
ipv6: Use hash-threshold instead of modulo-N
Ido Schimmel
1
-23
/
+13
2018-01-10
ipv6: Use a 31-bit multipath hash
Ido Schimmel
1
-2
/
+2
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
2
-6
/
+98
2018-01-10
caif_usb: use strlcpy() instead of strncpy()
Xiongfeng Wang
1
-3
/
+1
2018-01-10
Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-1
/
+9
2018-01-10
sctp: make use of pre-calculated len
Marcelo Ricardo Leitner
1
-6
/
+10
2018-01-10
sctp: add a ceiling to optlen in some sockopts
Marcelo Ricardo Leitner
1
-0
/
+10
2018-01-10
sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events
Marcelo Ricardo Leitner
1
-1
/
+1
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-4
/
+17
2018-01-10
net: free RX queue structures
Jakub Kicinski
1
-4
/
+3
2018-01-10
net: use the right variant of kfree
Jakub Kicinski
1
-1
/
+1
2018-01-09
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
3
-4
/
+17
2018-01-09
tipc: improve poll() for group member socket
Jon Maloy
3
-33
/
+41
2018-01-09
tipc: improve groupcast scope handling
Jon Maloy
8
-71
/
+96
2018-01-09
tipc: add option to suppress PUBLISH events for pre-existing publications
Jon Maloy
6
-15
/
+21
2018-01-09
tipc: send out join messages as soon as new member is discovered
Jon Maloy
4
-42
/
+68
2018-01-09
tipc: simplify group LEAVE sequence
Jon Maloy
1
-31
/
+9
2018-01-09
tipc: create group member event messages when they are needed
Jon Maloy
3
-44
/
+56
2018-01-09
tipc: adjustment to group member FSM
Jon Maloy
1
-3
/
+2
2018-01-09
tipc: let group member stay in JOINED mode if unable to reclaim
Jon Maloy
1
-12
/
+22
2018-01-09
tipc: a couple of cleanups
Jon Maloy
1
-14
/
+8
2018-01-09
ipv6: remove null_entry before adding default route
Wei Wang
1
-9
/
+29
2018-01-09
net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
Nicolai Stange
1
-1
/
+3
2018-01-09
ethtool: Ensure new ring parameters are within bounds during SRINGPARAM
Eugenia Emantayev
1
-2
/
+11
2018-01-09
net: caif: use strlcpy() instead of strncpy()
Xiongfeng Wang
3
-11
/
+8
2018-01-09
ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table
Colin Ian King
1
-1
/
+1
2018-01-09
net: core: fix module type in sock_diag_bind
Andrii Vladyka
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-97
/
+128
2018-01-09
net/core: Add drop counters to VF statistics
Eugenia Emantayev
1
-1
/
+9
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-85
/
+126
2018-01-08
net: tipc: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-08
net: ovs: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-08
net: caif: remove unused hardirq.h
Yang Shi
2
-2
/
+0
[next]