Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c2701b370e6b4d0022043691b5ac7adad015e4fc
c2701b3
can: fix CAN BCM build with CONFIG_PROC_FS disabled
by Oliver Hartkopp
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f832460
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 8 years ago
1e2f82d
statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH
by David Howells
· 8 years ago
fc08b19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
105f552
ipv6: check raw payload size correctly in ioctl
by Jamie Bainbridge
· 8 years ago
c120144
tcp: memset ca_priv data to 0 properly
by Wei Wang
· 8 years ago
199ab00
ipv6: check skb->protocol before lookup for nexthop
by WANG Cong
· 8 years ago
78a57b4
virtio-net: on tx, only call napi_disable if tx napi is on
by Willem de Bruijn
· 8 years ago
1f7fe5d
Merge branch 'ibmvnic-Move-sub-crq-init-out-of-interrupt-context'
by David S. Miller
· 8 years ago
1bb3c73
ibmvnic: Move initialization of sub crqs to ibmvnic_init
by Nathan Fontenot
· 8 years ago
d346b9b
ibmvnic: Split initialization of scrqs to its own routine
by Nathan Fontenot
· 8 years ago
9899886
net: core: Prevent from dereferencing null pointer when releasing SKB
by Myungho Jung
· 8 years ago
4c5e7a2
dt-bindings: mdio: Clarify binding document
by Florian Fainelli
· 8 years ago
4629498
Merge branch 'tcp-do-not-use-tcp_time_stamp-for-rcv-autotuning'
by David S. Miller
· 8 years ago
645f4c6
tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps
by Eric Dumazet
· 8 years ago
a6db50b
tcp: remove ack_time from struct tcp_sacktag_state
by Eric Dumazet
· 8 years ago
7e0ca8a
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()
by Eric Dumazet
· 8 years ago
d2329f1
tcp: do not pass timestamp to tcp_rack_advance()
by Eric Dumazet
· 8 years ago
88d5c65
tcp: do not pass timestamp to tcp_rate_gen()
by Eric Dumazet
· 8 years ago
1317a9d
tcp: do not pass timestamp to tcp_fastretrans_alert()
by Eric Dumazet
· 8 years ago
efab8f8
tcp: do not pass timestamp to tcp_rack_identify_loss()
by Eric Dumazet
· 8 years ago
128eda8
tcp: do not pass timestamp to tcp_rack_mark_lost()
by Eric Dumazet
· 8 years ago
7c1c730
tcp: do not pass timestamp to tcp_rack_detect_loss()
by Eric Dumazet
· 8 years ago
69e996c
tcp: add tp->tcp_mstamp field
by Eric Dumazet
· 8 years ago
5294b83
macsec: dynamically allocate space for sglist
by Jason A. Donenfeld
· 8 years ago
038a3e8
rhashtable: remove insecure_max_entries param
by Florian Westphal
· 8 years ago
b43bd72
Revert "phy: micrel: Disable auto negotiation on startup"
by David S. Miller
· 8 years ago
f555f34
net: phy: fix auto-negotiation stall due to unavailable interrupt
by Alexander Kochetkov
· 8 years ago
ea3a8596
Merge tag 'sound-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
ea839b4
Merge tag 'arc-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 8 years ago
7acedaf
net: move xdp_prog field in RX cache lines
by Eric Dumazet
· 8 years ago
fd2c83b
net/packet: check length in getsockopt() called with PACKET_HDRLEN
by Alexander Potapenko
· 8 years ago
8048ced
net: ipv6: regenerate host route if moved to gc list
by David Ahern
· 8 years ago
b1b9d36
bridge: move bridge multicast cleanup to ndo_uninit
by Xin Long
· 8 years ago
ec9c421
ipv6: fix source routing
by Sabrina Dubroca
· 8 years ago
5e1fc7c
drivers: net: xgene-v2: Fix error return code in xge_mdio_config()
by Wei Yongjun
· 8 years ago
b5cdae3
net: Generic XDP
by David S. Miller
· 8 years ago
2f7878c
qed: fix invalid use of sizeof in qed_alloc_qm_data()
by Wei Yongjun
· 8 years ago
c8fcd13
qed: Fix error in the dcbx app meta data initialization.
by sudarsana.kalluru@cavium.com
· 8 years ago
8fe4592
bpf: map_get_next_key to return first key on NULL
by Teng Qin
· 8 years ago
fdfb70d
netvsc: fix calculation of available send sections
by stephen hemminger
· 8 years ago
472ecf0
selftests/net: Fix broken test case in psock_fanout
by Mike Maloney
· 8 years ago
799dbe3
net: ethernet: ti: netcp_core: remove unused compl queue mapping
by Ivan Khoronzhuk
· 8 years ago
a23f6ce
net: hso: fix module unloading
by Andreas Kemnade
· 8 years ago
c1a9f80
Merge branch 'qed-vf-tunnel'
by David S. Miller
· 8 years ago
eaf3c0c
qed - VF tunnelling support [VXLAN/GENEVE/GRE]
by Chopra, Manish
· 8 years ago
97379f1
qed/qede: Add UDP ports in bulletin board
by Chopra, Manish
· 8 years ago
327a2b7
qede: Configure UDP ports in local context.
by Chopra, Manish
· 8 years ago
369bfd4
qede: Disable tunnel offloads for non offloaded UDP ports
by Chopra, Manish
· 8 years ago
19489c7
qed/qede: Enable tunnel offloads based on hw configuration
by Chopra, Manish
· 8 years ago
19968430
qed: refactor tunnelling - API/Structs
by Chopra, Manish
· 8 years ago
05ff837
tipc: fix socket flow control accounting error at tipc_recv_stream
by Parthasarathy Bhuvaragan
· 8 years ago
3364d61
tipc: fix socket flow control accounting error at tipc_send_stream
by Parthasarathy Bhuvaragan
· 8 years ago
d4a2fbc
Merge tag 'asoc-fix-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 8 years ago
b7d6df5
ipv6: move stub initialization after ipv6 setup completion
by Paolo Abeni
· 8 years ago
3678427
Merge branch 'l2tpeth-info'
by David S. Miller
· 8 years ago
a485c2b
l2tp: define "l2tpeth" device type
by Guillaume Nault
· 8 years ago
c39855f
l2tp: set name_assign_type for devices created by l2tp_eth.c
by Guillaume Nault
· 8 years ago
72ec0bc
team: fix memory leaks
by Pan Bian
· 8 years ago
e0ee84d
net sched actions: Complete the JUMPX opcode
by Jamal Hadi Salim
· 8 years ago
dc9617c
Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus
by Mark Brown
· 8 years ago
fccb442
Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 8 years ago
a53d26e
sfc: tx ring can only have 2048 entries for all EF10 NICs
by Bert Kenward
· 8 years ago
6e4cac2
ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
by Takashi Iwai
· 8 years ago
45a6f3b
Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by David S. Miller
· 8 years ago
3133822
ipvlan: use pernet operations and restrict l3s hooks to master netns
by Florian Westphal
· 8 years ago
f647821
macvlan: Fix device ref leak when purging bc_queue
by Herbert Xu
· 8 years ago
6f2aee0
usb: plusb: Add support for PL-27A1
by Roman Spychała
· 8 years ago
b05c73b
net: can: usb: gs_usb: Fix buffer on stack
by Maksim Salau
· 8 years ago
71b6115
can: usb: Kconfig: Add PCAN-USB X6 device in help text
by Stephane Grosjean
· 8 years ago
ea8b65b
can: usb: Add support of PCAN-Chip USB stamp module
by Stephane Grosjean
· 8 years ago
b655f0e
can: ti_hecc: fix return value check in ti_hecc_probe()
by Wei Yongjun
· 8 years ago
5e64ebc
can: enable module auto loading for virtual CAN interfaces
by Oliver Hartkopp
· 8 years ago
a8f820a3
can: add Virtual CAN Tunnel driver (vxcan)
by Oliver Hartkopp
· 8 years ago
1ef8331
can: network namespace support for CAN gateway
by Oliver Hartkopp
· 8 years ago
384317e
can: network namespace support for CAN_BCM protocol
by Oliver Hartkopp
· 8 years ago
cb5635a
can: complete initial namespace support
by Oliver Hartkopp
· 8 years ago
f2e72f4
can: remove obsolete definitions
by Oliver Hartkopp
· 8 years ago
48452c1
can: remove obsolete pernet_operations definitions
by Oliver Hartkopp
· 8 years ago
a7bbd28
can: fix memory leak in initial namespace support
by Oliver Hartkopp
· 8 years ago
51f3baa
can: mcba_usb: Add support for Microchip CAN BUS Analyzer
by Remigiusz Kołłątaj
· 8 years ago
10c1c39
can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.x
by Mario Huettel
· 8 years ago
428479e
can: m_can: Configuration for TX and TX event FIFOs
by Mario Huettel
· 8 years ago
b03cfc5
can: m_can: Enable M_CAN version dependent initialization
by Mario Huettel
· 8 years ago
5e1bd15
can: m_can: Updated register defines to newest version
by Mario Huettel
· 8 years ago
ee8c3f6
can: m_can: Removed virtual address from print
by Mario Huettel
· 8 years ago
8f26589
can: m_can: Removed initialization of FIFO water marks
by Mario Huettel
· 8 years ago
5297381
can: m_can: Disabled Interrupt Line 1
by Mario Huettel
· 8 years ago
8ac8321
can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boards
by Stephane Grosjean
· 8 years ago
c3df7c5
can: peak: move header file to new can common subdir
by Stephane Grosjean
· 8 years ago
113ab88
can: peak: fix usage of const qualifier in pointers args
by Stephane Grosjean
· 8 years ago
81c5e13
can: peak: fix usage of usb specific data type
by Stephane Grosjean
· 8 years ago
86a5df1
Merge branch 'virtio-net-tx-napi'
by David S. Miller
· 8 years ago
bdb12e0
virtio-net: keep tx interrupts disabled unless kick
by Willem de Bruijn
· 8 years ago
7b0411e
virtio-net: clean tx descriptors from rx napi
by Willem de Bruijn
· 8 years ago
ea7735d
virtio-net: move free_old_xmit_skbs
by Willem de Bruijn
· 8 years ago
b92f1e6
virtio-net: transmit napi
by Willem de Bruijn
· 8 years ago
e4e8452
virtio-net: napi helper functions
by Willem de Bruijn
· 8 years ago
14933dc
sparc64: Improve 64-bit constant loading in eBPF JIT.
by David S. Miller
· 8 years ago
Next »