index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-18
/
+21
2018-07-14
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
1
-2
/
+1
2018-07-13
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-0
/
+2
2018-07-11
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
1
-15
/
+8
2018-07-10
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
1
-3
/
+13
2018-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-10
/
+100
2018-07-08
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-2
/
+7
2018-07-08
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-7
/
+91
2018-07-08
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
1
-1
/
+2
2018-07-04
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
1
-2
/
+14
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-46
/
+141
2018-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-32
/
+54
2018-06-30
net: fib_rules: bring back rule_exists to match rule during add
Roopa Prabhu
1
-1
/
+71
2018-06-30
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
Cong Wang
1
-9
/
+2
2018-06-30
net: cleanup gfp mask in alloc_skb_with_frags
Michal Hocko
1
-2
/
+1
2018-06-29
net, mm: account sock objects to kmemcg
Shakeel Butt
1
-2
/
+5
2018-06-29
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
1
-32
/
+54
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-4
/
+9
2018-06-27
fib_rules: match rules based on suppress_* properties too
Jason A. Donenfeld
1
-0
/
+8
2018-06-20
net: propagate dev_get_valid_name return code
Li RongQing
1
-2
/
+2
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-17
/
+4
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-18
/
+7
2018-06-16
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-17
/
+4
2018-06-15
neighbour: skip NTF_EXT_LEARNED entries during forced gc
Roopa Prabhu
1
-4
/
+6
2018-06-13
treewide: Use array_size() in vzalloc_node()
Kees Cook
1
-1
/
+2
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-2
/
+2
2018-06-12
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
1
-14
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
16
-520
/
+2784
2018-06-07
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+9
2018-06-05
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
1
-4
/
+4
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-12
/
+98
2018-06-05
devlink: Add extack to reload and port_{un, }split operations
David Ahern
1
-8
/
+10
2018-06-05
xdp: add MEM_TYPE_ZERO_COPY
Björn Töpel
1
-5
/
+14
2018-06-05
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
Maciej Żenczykowski
1
-1
/
+14
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-15
/
+4
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-19
/
+1
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-06-04
Revert "ipv6: omit traffic class when calculating flow hash"
David S. Miller
1
-1
/
+1
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-96
/
+16
2018-06-04
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
1
-1
/
+1
2018-06-03
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-2
/
+1
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
1
-1
/
+1
2018-06-03
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
1
-0
/
+6
2018-06-03
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
1
-2
/
+27
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-06-01
rtnetlink: Fix null-ptr-deref in rtnl_newlink
Prashant Bhole
1
-1
/
+1
2018-06-01
net-sysfs: Fix memory leak in XPS configuration
Alexander Duyck
1
-3
/
+3
[next]