index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-03-08
samples/bpf: add map_flags to bpf loader
Alexei Starovoitov
-15
/
+23
2016-03-08
samples/bpf: move ksym_search() into library
Alexei Starovoitov
-66
/
+69
2016-03-08
samples/bpf: make map creation more verbose
Alexei Starovoitov
-1
/
+4
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
-18
/
+71
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
-1
/
+4
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
-74
/
+186
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
-1
/
+132
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
-2
/
+16
2016-03-08
Merge branch 'ipv6-per-netns-gc'
David S. Miller
-43
/
+51
2016-03-08
ipv6: per netns FIB garbage collection
Michal Kubeček
-5
/
+5
2016-03-08
ipv6: per netns fib6 walkers
Michal Kubeček
-32
/
+38
2016-03-08
ipv6: replace global gc_args with local variable
Michal Kubeček
-6
/
+8
2016-03-08
Merge branch 'bnxt_en-next'
David S. Miller
-52
/
+344
2016-03-08
bnxt_en: Enable AER support.
Satish Baddipadige
-0
/
+109
2016-03-08
bnxt_en: Include hardware port statistics in ethtool -S.
Michael Chan
-2
/
+103
2016-03-08
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
Michael Chan
-0
/
+16
2016-03-08
bnxt_en: Add port statistics support.
Michael Chan
-1
/
+60
2016-03-08
bnxt_en: Extend autoneg to all speeds.
Michael Chan
-14
/
+4
2016-03-08
bnxt_en: Use common function to get ethtool supported flags.
Michael Chan
-20
/
+9
2016-03-08
bnxt_en: Add reporting of link partner advertisement.
Michael Chan
-2
/
+23
2016-03-08
bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().
Michael Chan
-13
/
+20
2016-03-08
net_sched: dsmark: use qdisc_dequeue_peeked()
Kyeong Yoo
-1
/
+1
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-353
/
+626
2016-03-08
Merge branch 'bpf-next'
David S. Miller
-45
/
+165
2016-03-08
vxlan: allow setting ipv6 traffic class
Daniel Borkmann
-5
/
+9
2016-03-08
bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit
Daniel Borkmann
-21
/
+36
2016-03-08
bpf: support for access to tunnel options
Daniel Borkmann
-8
/
+90
2016-03-08
bpf: allow to propagate df in bpf_skb_set_tunnel_key
Daniel Borkmann
-1
/
+6
2016-03-08
bpf: make helper function protos static
Daniel Borkmann
-9
/
+9
2016-03-08
bpf: add flags to bpf_skb_store_bytes for clearing hash
Daniel Borkmann
-1
/
+4
2016-03-08
bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well
Daniel Borkmann
-0
/
+11
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3136
/
+4497
2016-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-399
/
+783
2016-03-07
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+19
2016-03-07
Revert "drm/radeon: call hpd_irq_event on resume"
Linus Torvalds
-1
/
+0
2016-03-07
ppp: release rtnl mutex when interface creation fails
Guillaume Nault
-0
/
+1
2016-03-07
cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
Bjørn Mork
-15
/
+5
2016-03-07
tcp: fix tcpi_segs_in after connection establishment
Eric Dumazet
-1
/
+2
2016-03-07
net: hns: fix the bug about loopback
yankejian
-1
/
+65
2016-03-07
jme: Fix device PM wakeup API usage
Guo-Fu Tseng
-4
/
+2
2016-03-07
jme: Do not enable NIC WoL functions on S0
Guo-Fu Tseng
-6
/
+11
2016-03-07
hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
Haiyang Zhang
-6
/
+13
2016-03-07
udp6: fix UDP/IPv6 encap resubmit path
Bill Sommerfeld
-4
/
+2
2016-03-07
be2net: Don't leak iomapped memory on removal.
Douglas Miller
-0
/
+5
2016-03-07
vmxnet3: avoid calling pskb_may_pull with interrupts disabled
Neil Horman
-27
/
+46
2016-03-07
Merge branch 'qed_hw_gro'
David S. Miller
-37
/
+476
2016-03-07
qede: Add slowpath/fastpath support and enable hardware GRO
Manish Chopra
-1
/
+388
2016-03-07
qed/qede: Add infrastructure support for hardware GRO
Manish Chopra
-36
/
+88
2016-03-07
Merge tag 'wireless-drivers-for-davem-2016-03-04' of git://git.kernel.org/pub...
David S. Miller
-1
/
+18
2016-03-07
tipc: move netlink policies to netlink.c
Richard Alpe
-74
/
+85
[next]