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
2019-06-23
net/sched: cbs: Fix error path of cbs_module_init
YueHaibing
1
-2
/
+7
2019-06-22
netns: restore ops before calling ops_exit_list
Li RongQing
1
-1
/
+1
2019-06-22
tipc: change to use register_pernet_device
Xin Long
1
-6
/
+6
2019-06-22
ipv6: Error when route does not have any valid nexthops
Ido Schimmel
1
-0
/
+6
2019-06-22
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
3
-22
/
+19
2019-06-22
Bluetooth: Fix regression with minimum encryption key size alignment
Marcel Holtmann
2
-14
/
+37
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
318
-1389
/
+400
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-95
/
+96
2019-06-21
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
1
-1
/
+2
2019-06-21
Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-7
/
+3
2019-06-21
SUNRPC: Fix a credential refcount leak
Trond Myklebust
1
-1
/
+0
2019-06-21
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Anna Schumaker
2
-6
/
+2
2019-06-21
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Lin Yi
1
-0
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
301
-1287
/
+301
2019-06-21
netfilter: nf_tables: add support for matching IPv4 options
Stephen Suryaputra
2
-0
/
+134
2019-06-21
ipvs: defer hook registration to avoid leaks
Julian Anastasov
1
-7
/
+14
2019-06-21
netfilter: synproxy: fix manual bump of the reference counter
Fernando Fernandez Mancera
1
-1
/
+0
2019-06-21
netfilter: bridge: Fix non-untagged fragment packet
wenxu
1
-0
/
+2
2019-06-21
6lowpan: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-89
/
+32
2019-06-21
ipsec: select crypto ciphers for xfrm_algo
Arnd Bergmann
1
-0
/
+2
2019-06-20
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
Ming Lei
1
-2
/
+3
2019-06-20
rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks
Amir Goldstein
1
-0
/
+4
2019-06-20
netfilter: bridge: prevent UAF in brnf_exit_net()
Christian Brauner
1
-1
/
+3
2019-06-20
netfilter: synproxy: use nf_cookie_v6_check() from core
Pablo Neira Ayuso
1
-1
/
+1
2019-06-20
netfilter: synproxy: fix building syncookie calls
Arnd Bergmann
1
-0
/
+2
2019-06-20
net/lib80211: move TKIP handling to ARC4 library code
Ard Biesheuvel
2
-31
/
+18
2019-06-20
net/lib80211: move WEP handling to ARC4 library code
Ard Biesheuvel
2
-38
/
+14
2019-06-20
net/mac80211: move WEP handling to ARC4 library interface
Ard Biesheuvel
11
-60
/
+30
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-0
/
+114
2019-06-19
inet: clear num_timeout reqsk_alloc()
Eric Dumazet
2
-8
/
+0
2019-06-19
net/ipv4: fib_trie: Avoid cryptic ternary expressions
Matthias Kaehlcke
1
-2
/
+8
2019-06-19
ipv6: Default fib6_type to RTN_UNICAST when not set
David Ahern
1
-1
/
+1
2019-06-19
svcrdma: Ignore source port when computing DRC hash
Chuck Lever
1
-1
/
+6
2019-06-19
net/af_iucv: always register net_device notifier
Julian Wiedmann
1
-7
/
+20
2019-06-19
net/af_iucv: build proper skbs for HiperTransport
Julian Wiedmann
1
-5
/
+11
2019-06-19
net/af_iucv: remove GFP_DMA restriction for HiperTransport
Julian Wiedmann
1
-1
/
+5
2019-06-19
netfilter: nf_tables: enable set expiration time for set elements
Laura Garcia Liebana
2
-7
/
+21
2019-06-19
netfilter: nft_ct: fix null pointer in ct expectations support
Stéphane Veyret
1
-0
/
+4
2019-06-19
netfilter: synproxy: ensure zero is returned on non-error return path
Colin Ian King
1
-2
/
+2
2019-06-19
inet: fix various use-after-free in defrags units
Eric Dumazet
5
-23
/
+43
2019-06-19
netns: add pre_exit method to struct pernet_operations
Eric Dumazet
1
-0
/
+28
2019-06-19
page_pool: make sure struct device is stable
Jesper Dangaard Brouer
1
-0
/
+8
2019-06-19
page_pool: add tracepoints for page_pool with details need by XDP
Jesper Dangaard Brouer
2
-1
/
+12
2019-06-19
xdp: add tracepoints for XDP mem
Jesper Dangaard Brouer
1
-16
/
+5
2019-06-19
xdp: force mem allocator removal and periodic warning
Jesper Dangaard Brouer
2
-7
/
+48
2019-06-19
xdp: tracking page_pool resources and safe removal
Jesper Dangaard Brouer
2
-22
/
+105
2019-06-19
page_pool: introduce page_pool_free and use in mlx5
Jesper Dangaard Brouer
1
-4
/
+11
2019-06-19
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
1
-0
/
+15
2019-06-19
xdp: fix leak of IDA cyclic id if rhashtable_insert_slow fails
Jesper Dangaard Brouer
1
-0
/
+2
2019-06-19
net: page_pool: add helper function to unmap dma addresses
Ilias Apalodimas
1
-0
/
+7
[prev]
[next]