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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-17
net: Do not allocate page fragments that are not skb aligned
Alexander Duyck
1
-0
/
+4
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-8
/
+4
2019-02-15
net: Fix for_each_netdev_feature on Big endian
Hauke Mehrtens
1
-2
/
+2
2019-02-13
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
1
-1
/
+1
2019-02-10
bpf: only adjust gso_size on bytestream protocols
Willem de Bruijn
1
-8
/
+4
2019-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+3
2019-01-29
net: set default network namespace in init_dummy_netdev()
Josh Elsasser
1
-0
/
+3
2019-01-29
sk_msg: Always cancel strp work before freeing the psock
Jakub Sitnicki
1
-2
/
+1
2019-01-23
bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()
Yafang Shao
1
-0
/
+2
2019-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+21
2019-01-20
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2
-10
/
+12
2019-01-17
neighbour: Do not perturb drop profiles when neigh_probe
Yang Wei
1
-1
/
+1
2019-01-18
bpf: fix SO_MAX_PACING_RATE to support TCP internal pacing
Yuchung Cheng
1
-0
/
+4
2019-01-18
bpf: bpf_setsockopt: reset sock dst on SO_MARK changes
Peter Oskolkov
1
-1
/
+4
2019-01-17
bpf: Correctly annotate implicit fall through in bpf_base_func_proto
Mathieu Malaterre
1
-1
/
+1
2019-01-16
net/core/neighbour: fix kmemleak minimal reference count for hash tables
Konstantin Khlebnikov
1
-1
/
+1
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-11
/
+11
2019-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2019-01-10
net/core/neighbour: tell kmemleak about hash tables
Konstantin Khlebnikov
1
-4
/
+9
2019-01-09
bpf: correctly set initial window on active Fast Open sender
Yuchung Cheng
1
-1
/
+1
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2019-01-04
net, skbuff: do not prefer skb allocation fails early
David Rientjes
1
-6
/
+1
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-7
/
+25
2019-01-01
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
1
-5
/
+10
2018-12-30
net: rtnetlink: address is mandatory for rtnl_fdb_get
Nikolay Aleksandrov
1
-0
/
+5
2018-12-28
ethtool: check the return value of get_regs_len
Yunsheng Lin
1
-2
/
+10
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-95
/
+64
2018-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
17
-458
/
+1790
2018-12-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+3
2018-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-12-24
net/net_namespace: Check the return value of register_pernet_subsys()
Aditya Pakki
1
-1
/
+2
2018-12-23
net: Revert recent Spectre-v1 patches.
David S. Miller
1
-2
/
+0
2018-12-22
net: core: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+2
2018-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2018-12-21
net: minor cleanup in skb_ext_add()
Paolo Abeni
1
-5
/
+2
2018-12-21
net: fix possible user-after-free in skb_ext_add()
Paolo Abeni
1
-2
/
+2
2018-12-21
Prevent overflow of sk_msg in sk_msg_clone()
Vakul Garg
1
-0
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-10
/
+43
2018-12-20
neighbour: remove stray semicolon
Colin Ian King
1
-1
/
+1
2018-12-20
bpf: sk_msg, zap ingress queue on psock down
John Fastabend
1
-0
/
+1
2018-12-20
bpf: sk_msg, fix socket data_ready events
John Fastabend
1
-3
/
+3
2018-12-20
bpf: skb_verdict, support SK_PASS on RX BPF path
John Fastabend
1
-0
/
+16
2018-12-20
bpf: skmsg, replace comments with BUILD bug
John Fastabend
1
-0
/
+3
2018-12-20
bpf: sk_msg, improve offset chk in _is_valid_access
John Fastabend
1
-7
/
+14
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-5
/
+29
2018-12-19
neighbor: Use nda_policy for validating attributes in adds and dump requests
David Ahern
1
-17
/
+5
2018-12-19
neighbor: NTF_PROXY is a valid ndm_flag for a dump request
David Ahern
1
-1
/
+6
2018-12-19
neighbor: Initialize protocol when new pneigh_entry are created
David Ahern
1
-0
/
+1
2018-12-19
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
1
-0
/
+1
2018-12-19
neighbour: register rtnl doit handler
Roopa Prabhu
2
-23
/
+193
[next]