Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
009fb0978ca4b5362cf875869c42893cc43b71a1
009fb097
net-next: mediatek: add Kconfig and Makefile
by John Crispin
· 9 years ago
656e705
net-next: mediatek: add support for MT7623 ethernet
by John Crispin
· 9 years ago
58ff986
net-next: mediatek: document MediaTek SoC ethernet binding
by John Crispin
· 9 years ago
0476189
net: dsa: Fix cleanup resources upon module removal
by Neil Armstrong
· 9 years ago
88f09bd
qede: Fix net-next "make ARCH=x86_64"
by Manish Chopra
· 9 years ago
e49038d
Merge branch 'qlcnic-next'
by David S. Miller
· 9 years ago
819bfe7
qlcnic: Fix mailbox completion handling during spurious interrupt
by Rajesh Borundia
· 9 years ago
5bf9325
qlcnic: Remove unnecessary usage of atomic_t
by Rajesh Borundia
· 9 years ago
b795a21
Merge branch 'cxgb4-next'
by David S. Miller
· 9 years ago
a8d16d0
cxgb4vf: Set number of queues in pci probe only
by Hariprasad Shenai
· 9 years ago
28f71c6
cxgb4vf: Add a couple more checks for invalid provisioning configurations
by Hariprasad Shenai
· 9 years ago
495c22b
cxgb4vf: Configure queue based on resource and interrupt type
by Hariprasad Shenai
· 9 years ago
84f67018
cxgb4vf: Enable interrupts before we register our network devices
by Hariprasad Shenai
· 9 years ago
5220ef1
net: dsa: mv88e6xxx: avoid writing the same mode
by Vivien Didelot
· 9 years ago
5da9603
net: dsa: mv88e6xxx: read then write PVID
by Vivien Didelot
· 9 years ago
2d9deae
net: dsa: mv88e6xxx: rework port state setter
by Vivien Didelot
· 9 years ago
2a5a259
Merge branch 'sh_eth-fixes'
by David S. Miller
· 9 years ago
d0ba913
sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
by Sergei Shtylyov
· 9 years ago
c1b7fca
sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
by Sergei Shtylyov
· 9 years ago
f720d0c
kcm: mark helper functions inline
by Arnd Bergmann
· 9 years ago
798fee4
Merge tag 'linux-can-next-for-4.6-20160310' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by David S. Miller
· 9 years ago
e481ab2
can: rcar_can: Add r8a7795 support
by Ramesh Shanmugasundaram
· 9 years ago
6cc6426
can: ifi: Add obscure bit swap for EFF frame IDs
by Marek Vasut
· 9 years ago
2236543
can: ifi: Fix RX and TX ID mask
by Marek Vasut
· 9 years ago
f1deaee
can: ifi: Fix TX DLC configuration
by Marek Vasut
· 9 years ago
99312c3
can: ifi: Fix clock generator configuration
by Marek Vasut
· 9 years ago
cdc4e47
bpf: avoid copying junk bytes in bpf_get_current_comm()
by Alexei Starovoitov
· 9 years ago
b8cdc05
bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS
by Alexei Starovoitov
· 9 years ago
3b8377d
Merge branch 'variable-length-ll-headers'
by David S. Miller
· 9 years ago
9ed988c
packet: validate variable length ll headers
by Willem de Bruijn
· 9 years ago
ea47781
ax25: add link layer header validation function
by Willem de Bruijn
· 9 years ago
2793a23
net: validate variable length ll headers
by Willem de Bruijn
· 9 years ago
9531ab6
Merge branch 'kcm'
by David S. Miller
· 9 years ago
1001659
kcm: Add description in Documentation
by Tom Herbert
· 9 years ago
29152a3
kcm: Add receive message timeout
by Tom Herbert
· 9 years ago
7ced95e
kcm: Add memory limit for receive message construction
by Tom Herbert
· 9 years ago
f29698fc
kcm: Sendpage support
by Tom Herbert
· 9 years ago
9168735
kcm: Splice support
by Tom Herbert
· 9 years ago
cd6e111
kcm: Add statistics and proc interfaces
by Tom Herbert
· 9 years ago
ab7ac4e
kcm: Kernel Connection Multiplexor module
by Tom Herbert
· 9 years ago
473bd23
tcp: Add tcp_inq to get available receive bytes on socket
by Tom Herbert
· 9 years ago
fa9835e
net: Walk fragments in __skb_splice_bits
by Tom Herbert
· 9 years ago
f092276
net: Add MSG_BATCH flag
by Tom Herbert
· 9 years ago
28a94d8
net: Allow MSG_EOR in each msghdr of sendmmsg
by Tom Herbert
· 9 years ago
f4a00aa
net: Make sock_alloc exportable
by Tom Herbert
· 9 years ago
ff3c44e
rcu: Add list_next_or_null_rcu
by Tom Herbert
· 9 years ago
26e9093
samples/bpf: add map performance test
by Alexei Starovoitov
· 9 years ago
7dcc42b
samples/bpf: stress test bpf_get_stackid
by Alexei Starovoitov
· 9 years ago
9d8b612
samples/bpf: add bpf map stress test
by Alexei Starovoitov
· 9 years ago
e28e87e
ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET
by Daniel Borkmann
· 9 years ago
f14b488
Merge branch 'bpf-map-prealloc'
by David S. Miller
· 9 years ago
c3f85cf
samples/bpf: test both pre-alloc and normal maps
by Alexei Starovoitov
· 9 years ago
89b9760
samples/bpf: add map_flags to bpf loader
by Alexei Starovoitov
· 9 years ago
3622e7e
samples/bpf: move ksym_search() into library
by Alexei Starovoitov
· 9 years ago
618ec9a7
samples/bpf: make map creation more verbose
by Alexei Starovoitov
· 9 years ago
557c0c6
bpf: convert stackmap to pre-allocation
by Alexei Starovoitov
· 9 years ago
823707b
bpf: check for reserved flag bits in array and stack maps
by Alexei Starovoitov
· 9 years ago
6c90598
bpf: pre-allocate hash map elements
by Alexei Starovoitov
· 9 years ago
e19494e
bpf: introduce percpu_freelist
by Alexei Starovoitov
· 9 years ago
b121d1e
bpf: prevent kprobe+bpf deadlocks
by Alexei Starovoitov
· 9 years ago
8aba8b8
Merge branch 'ipv6-per-netns-gc'
by David S. Miller
· 9 years ago
3dc94f9
ipv6: per netns FIB garbage collection
by Michal Kubeček
· 9 years ago
9a03cd8
ipv6: per netns fib6 walkers
by Michal Kubeček
· 9 years ago
3570df9
ipv6: replace global gc_args with local variable
by Michal Kubeček
· 9 years ago
02daec7
Merge branch 'bnxt_en-next'
by David S. Miller
· 9 years ago
6316ea6
bnxt_en: Enable AER support.
by Satish Baddipadige
· 9 years ago
8ddc9aa
bnxt_en: Include hardware port statistics in ethtool -S.
by Michael Chan
· 9 years ago
9947f83
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
by Michael Chan
· 9 years ago
3bdf56c
bnxt_en: Add port statistics support.
by Michael Chan
· 9 years ago
f1a082a
bnxt_en: Extend autoneg to all speeds.
by Michael Chan
· 9 years ago
4b32cac
bnxt_en: Use common function to get ethtool supported flags.
by Michael Chan
· 9 years ago
3277360
bnxt_en: Add reporting of link partner advertisement.
by Michael Chan
· 9 years ago
27c4d57
bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().
by Michael Chan
· 9 years ago
f8b33d8
net_sched: dsmark: use qdisc_dequeue_peeked()
by Kyeong Yoo
· 9 years ago
4c38cd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
d24ad3f
Merge branch 'bpf-next'
by David S. Miller
· 9 years ago
1400615
vxlan: allow setting ipv6 traffic class
by Daniel Borkmann
· 9 years ago
db3c613
bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit
by Daniel Borkmann
· 9 years ago
14ca075
bpf: support for access to tunnel options
by Daniel Borkmann
· 9 years ago
2208087
bpf: allow to propagate df in bpf_skb_set_tunnel_key
by Daniel Borkmann
· 9 years ago
577c50a
bpf: make helper function protos static
by Daniel Borkmann
· 9 years ago
8afd54c
bpf: add flags to bpf_skb_store_bytes for clearing hash
by Daniel Borkmann
· 9 years ago
8050c0f
bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well
by Daniel Borkmann
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e2857b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
01ffa3d
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 9 years ago
256faed
Revert "drm/radeon: call hpd_irq_event on resume"
by Linus Torvalds
· 9 years ago
6faac63
ppp: release rtnl mutex when interface creation fails
by Guillaume Nault
· 9 years ago
4d06dd5
cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
by Bjørn Mork
· 9 years ago
a9d99ce
tcp: fix tcpi_segs_in after connection establishment
by Eric Dumazet
· 9 years ago
68c222a
net: hns: fix the bug about loopback
by yankejian
· 9 years ago
81422e6
jme: Fix device PM wakeup API usage
by Guo-Fu Tseng
· 9 years ago
0772a99
jme: Do not enable NIC WoL functions on S0
by Guo-Fu Tseng
· 9 years ago
d66ab51
hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
by Haiyang Zhang
· 9 years ago
59dca1d
udp6: fix UDP/IPv6 encap resubmit path
by Bill Sommerfeld
· 9 years ago
a69bf3c
be2net: Don't leak iomapped memory on removal.
by Douglas Miller
· 9 years ago
cec0556
vmxnet3: avoid calling pskb_may_pull with interrupts disabled
by Neil Horman
· 9 years ago
ab825ad
Merge branch 'qed_hw_gro'
by David S. Miller
· 9 years ago
55482ed
qede: Add slowpath/fastpath support and enable hardware GRO
by Manish Chopra
· 9 years ago
088c861
qed/qede: Add infrastructure support for hardware GRO
by Manish Chopra
· 9 years ago
Next »