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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2
-0
/
+6
2020-07-28
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
1
-1
/
+1
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2
-10
/
+0
2020-07-25
bpf: Implement BPF XDP link-specific introspection APIs
Andrii Nakryiko
1
-0
/
+3
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2
-1
/
+10
2020-07-25
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
1
-2
/
+15
2020-07-25
bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALL
Andrii Nakryiko
1
-26
/
+55
2020-07-25
bpf: Make cgroup storages shared between programs on the same cgroup
YiFei Zhu
1
-4
/
+8
2020-07-25
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
1
-1
/
+2
2020-07-25
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
1
-0
/
+2
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
2
-0
/
+23
2020-07-25
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
1
-0
/
+6
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2
-2
/
+8
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-7
/
+10
2020-07-25
bpf: Add bpf_prog iterator
Alexei Starovoitov
1
-0
/
+1
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
25
-24
/
+157
2020-07-25
Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+4
2020-07-25
Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
3
-4
/
+5
2020-07-24
icmp6: support rfc 4884
Willem de Bruijn
3
-0
/
+3
2020-07-24
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
1
-1
/
+2
2020-07-24
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
1
-2
/
+30
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
7
-10
/
+13
2020-07-24
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-4
/
+4
2020-07-24
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
1
-3
/
+2
2020-07-24
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+3
2020-07-24
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
1
-3
/
+3
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-24
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
1
-2
/
+2
2020-07-24
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
1
-3
/
+5
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-24
net: add a new sockptr_t type
Christoph Hellwig
1
-0
/
+104
2020-07-24
net/sched: cls_flower: Add hash info to flow classification
Ariel Levkovich
1
-0
/
+3
2020-07-24
net/flow_dissector: add packet hash dissection
Ariel Levkovich
2
-0
/
+13
2020-07-24
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
1
-1
/
+0
2020-07-24
Merge branch 'akpm' into master (patches from Andrew)
Linus Torvalds
2
-2
/
+6
2020-07-24
Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2020-07-24
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-07-24
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-24
vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
Chengguang Xu
1
-1
/
+2
2020-07-23
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
1
-23
/
+0
2020-07-23
tcp: allow at most one TLP probe per flight
Yuchung Cheng
1
-2
/
+4
2020-07-23
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
1
-0
/
+1
2020-07-22
qed: introduce qed_chain_get_elem_used{,u32}()
Alexander Lobakin
1
-4
/
+14
2020-07-22
qed: optimize common chain accessors
Alexander Lobakin
1
-27
/
+33
2020-07-22
qed: add support for different page sizes for chains
Alexander Lobakin
1
-8
/
+13
[next]