Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
353d2c253f4cc5c7b28a041a79949f46ed5edb25
353d2c2
net: sched: act_skbmod method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
45da1da
net: sched: act_skbedit method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
798de37
net: sched: act_simple method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
2ac06347
net: sched: act_police method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
6a2b401
net: sched: act_pedit method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
0390514
net: sched: act_nat method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
11b9695
net: sched: act_ipt method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
1740005
net: sched: act_gact method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
c831549
net: sched: act_sum method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
2fbec27
net: sched: act_bpf method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
962ad1f9
net: sched: act_connmark method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
9af18e5
cpumask: make cpumask_next_wrap available without smp
by Willem de Bruijn
· 6 years ago
7c53a72
r8169: don't use MSI-X on RTL8168g
by Heiner Kallweit
· 6 years ago
9ebcc22
Merge branch 'nixge-Minor-cleanups'
by David S. Miller
· 6 years ago
fd5cf43
net: nixge: Don't store skb in app4 field of descriptor
by Moritz Fischer
· 6 years ago
e158770
net: nixge: Do not zero application specific fields in desc
by Moritz Fischer
· 6 years ago
6d37fa4
l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
by Wei Wang
· 6 years ago
e6f86b0
ipv6: Add icmp_echo_ignore_all support for ICMPv6
by Virgile Jarry
· 6 years ago
8f78004
Merge branch 'net-tls-Combined-memory-allocation-for-decryption-request'
by David S. Miller
· 6 years ago
0b243d0
net/tls: Combined memory allocation for decryption request
by Vakul Garg
· 6 years ago
78cbac64
Merge branch 'ip-faster-in-order-IP-fragments'
by David S. Miller
· 6 years ago
a4fd284
ip: process in-order fragments efficiently
by Peter Oskolkov
· 6 years ago
353c9cb
ip: add helpers to process in-order fragments faster.
by Peter Oskolkov
· 6 years ago
6a92ef0
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9a95d9c
Merge branch 'Remove-rtnl-lock-dependency-from-all-action-implementations'
by David S. Miller
· 6 years ago
e329bc4
net: sched: act_police: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
51a9f5a
net: core: protect rate estimator statistics pointer with lock
by Vlad Buslov
· 6 years ago
4e23281
net: sched: act_mirred: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
84a75b3
net: sched: extend action ops with put_dev callback
by Vlad Buslov
· 6 years ago
764e9a2
net: sched: act_vlan: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
729e012
net: sched: act_tunnel_key: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
c881455
net: sched: act_skbmod: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
5e48180
net: sched: act_simple: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
d772849
net: sched: act_sample: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
67b0c1a
net: sched: act_pedit: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
ff25276
net: sched: act_ipt: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
54d0d42
net: sched: act_ife: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
e8917f4
net: sched: act_gact: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
b6a2b97
net: sched: act_csum: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
2142236
net: sched: act_bpf: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
2b14e1e
Merge branch 'net-sctp-Avoid-allocating-high-order-memory-with-kmalloc'
by David S. Miller
· 6 years ago
0d493b4
net/sctp: Replace in/out stream arrays with flex_array
by Konstantin Khorenko
· 6 years ago
05364ca
net/sctp: Make wrappers for accessing in/out streams
by Konstantin Khorenko
· 6 years ago
b70f1f3
tc: Update README and add config
by Keara Leibovitz
· 6 years ago
3305f9a
Merge branch 'l2tp-rework-pppol2tp-ioctl-handling'
by David S. Miller
· 6 years ago
4f5f85e
l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()
by Guillaume Nault
· 6 years ago
7390ed8
l2tp: zero out stats in pppol2tp_copy_stats()
by Guillaume Nault
· 6 years ago
b0e2906
l2tp: remove pppol2tp_session_ioctl()
by Guillaume Nault
· 6 years ago
528534f
l2tp: remove pppol2tp_tunnel_ioctl()
by Guillaume Nault
· 6 years ago
79e6760
l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()
by Guillaume Nault
· 6 years ago
bdd0292
l2tp: simplify pppol2tp_ioctl()
by Guillaume Nault
· 6 years ago
01e28b9
l2tp: split l2tp_session_get()
by Guillaume Nault
· 6 years ago
d6a61ec
l2tp: define l2tp_tunnel_uses_xfrm()
by Guillaume Nault
· 6 years ago
8a8982d
Merge branch 'netsec-driver-improvements'
by David S. Miller
· 6 years ago
b6311b7
net: socionext: Increase descriptors to 256
by Ilias Apalodimas
· 6 years ago
63ae794
net: socionext: Use descriptor info instead of MMIO reads on Rx
by Ilias Apalodimas
· 6 years ago
78aca3b
vxge: remove set but not used variable 'req_out', 'status' and 'ret'
by YueHaibing
· 6 years ago
29afde5
Merge branch 'virtio_net-Expand-affinity-to-arbitrary-numbers-of-cpu-and-vq'
by David S. Miller
· 6 years ago
2ca653d
virtio_net: Stripe queue affinities across cores.
by Caleb Raitto
· 6 years ago
19e226e
virtio: Make vp_set_vq_affinity() take a mask.
by Caleb Raitto
· 6 years ago
07624df
lan743x: lan743x: Add PTP support
by Bryan Whitehead
· 6 years ago
217e502
Merge branch 'tcp-new-mechanism-to-ACK-immediately'
by David S. Miller
· 6 years ago
fd2123a
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
by Yuchung Cheng
· 6 years ago
15bdd56
tcp: always ACK immediately on hole repairs
by Yuchung Cheng
· 6 years ago
d2ccd7b
tcp: avoid resetting ACK timer in DCTCP
by Yuchung Cheng
· 6 years ago
466466d
tcp: mandate a one-time immediate ACK
by Yuchung Cheng
· 6 years ago
8a8a894
wimax: usb-tx: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
8490630
wimax: usb-fw: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
d331e75
net: dp83640: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
98ed1e6
rxrpc: remove redundant static int 'zero'
by Colin Ian King
· 6 years ago
f741917
drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspend
by zhong jiang
· 6 years ago
ec0c967
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
d472b3a
xen/netfront: don't cache skb_shinfo()
by Juergen Gross
· 6 years ago
556fdd8
Merge branch 'cpsw-runtime-pm-fix'
by David S. Miller
· 6 years ago
803c4f6
net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan
by Ivan Khoronzhuk
· 6 years ago
be35b98
net: ethernet: ti: cpsw: clear all entries when delete vid
by Ivan Khoronzhuk
· 6 years ago
4f7a7be
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
by Minchan Kim
· 6 years ago
24eee1e
mm/memory.c: check return value of ioremap_prot
by jie@chenjie6@huwei.com
· 6 years ago
3ca17b1
lib/ubsan: remove null-pointer checks
by Andrey Ryabinin
· 6 years ago
5832fcf9
MAINTAINERS: GDB: update e-mail address
by Kieran Bingham
· 6 years ago
8605212
bnxt_en: Fix strcpy() warnings in bnxt_ethtool.c
by Vasundhara Volam
· 6 years ago
0520344
liquidio: copperhead LED identification
by Raghu Vatsavayi
· 6 years ago
1e7953b
qed/qede: qede_setup_tc() can be static
by kbuild test robot
· 6 years ago
4f23c43
mlxsw: core: remove unnecessary function mlxsw_core_driver_put
by YueHaibing
· 6 years ago
0f5c6c3
net: mvneta: fix mvneta_config_rss on armada 3700
by Jisheng Zhang
· 6 years ago
0d86caf
net/smc: send response to test link signal
by Ursula Braun
· 6 years ago
a487711
Merge branch 'r8169-smaller-improvements'
by David S. Miller
· 6 years ago
abe8b2f
r8169: don't configure max jumbo frame size per chip version
by Heiner Kallweit
· 6 years ago
eb88f5f
r8169: don't configure csum function per chip version
by Heiner Kallweit
· 6 years ago
05bbe55
r8169: simplify interrupt handler
by Heiner Kallweit
· 6 years ago
098b01a
r8169: don't include asm headers directly
by Heiner Kallweit
· 6 years ago
bc4fcd0
r8169: remove version info
by Heiner Kallweit
· 6 years ago
0780b86
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
fd68565
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
ebddd97
cxgb4: add support to display DCB info
by Ganesh Goudar
· 6 years ago
e4ed2b9
net: chelsio: cxgb2: remove unused array pci_speed
by Colin Ian King
· 6 years ago
29a06a7
mlxsw: remove unused arrays mlxsw_i2c_driver_name and mlxsw_pci_driver_name
by Colin Ian King
· 6 years ago
c9fbb2d
net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS
by Krzysztof Kozlowski
· 6 years ago
f313b43be
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
aa12af7
Bluetooth: Add definitions for LE set address resolution
by Ankit Navik
· 6 years ago
Next »