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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-11
net: phy: dp83848: Reorganize code for readability and safety
Andrew F. Davis
1
-13
/
+20
2016-02-11
net: phy: dp83848: Add PHY ID for TI version of DP83848C
Andrew F. Davis
1
-3
/
+6
2016-02-11
net: phy: dp83848: Add macro for dp83848 compatible devices
Andrew F. Davis
1
-19
/
+22
2016-02-11
be2net: don't report EVB for older chipsets when SR-IOV is disabled
Ivan Vecera
1
-0
/
+3
2016-02-11
Merge branch 'spi_ks8995'
David S. Miller
2
-59
/
+265
2016-02-11
dt-bindings: net: ks8995: add bindings documentation for ks8995
Helmut Buchsbaum
1
-0
/
+20
2016-02-11
net: phy: spi_ks8995: add support for MICREL KSZ8795CLX
Helmut Buchsbaum
1
-0
/
+29
2016-02-11
net: phy: spi_ks8995: generalize creation of SPI commands
Helmut Buchsbaum
1
-11
/
+35
2016-02-11
net: phy: spi_ks8995: add support for resetting switch using GPIO
Helmut Buchsbaum
1
-9
/
+62
2016-02-11
net: phy: spi_ks8995: verify chip and determine revision
Helmut Buchsbaum
1
-38
/
+80
2016-02-11
net: phy: spi_ks8995: introduce spi_device_id table
Helmut Buchsbaum
1
-2
/
+40
2016-02-11
Merge branch 'thunderx-irq-hints'
David S. Miller
5
-22
/
+67
2016-02-11
net: thunderx: Alloc higher order pages when pagesize is small
Sunil Goutham
1
-1
/
+1
2016-02-11
net: thunderx: bgx: Add log message when setting mac address
Robert Richter
1
-3
/
+8
2016-02-11
net: thunderx: bgx: Use standard firmware node infrastructure.
David Daney
1
-13
/
+14
2016-02-11
net: thunderx: Assign affinity hints to vf's interrupts
Sunil Goutham
2
-2
/
+36
2016-02-11
net: thunderx: Use napi_schedule_irqoff()
Sunil Goutham
1
-1
/
+1
2016-02-11
net, thunderx: Add TX timeout and RX buffer alloc failure stats.
Thanneeru Srinivasulu
4
-2
/
+7
2016-02-11
Merge branch 'igmp-ns'
David S. Miller
6
-62
/
+73
2016-02-11
igmp: Namespacify igmp_qrv sysctl knob
Nikolay Borisov
5
-24
/
+29
2016-02-11
igmp: Namespaceify igmp_llm_reports sysctl knob
Nikolay Borisov
5
-13
/
+19
2016-02-11
igmp: Namespaceify igmp_max_msf sysctl knob
Nikolay Borisov
6
-14
/
+13
2016-02-11
igmp: Namespaceify igmp_max_memberships sysctl knob
Nikolay Borisov
5
-11
/
+12
2016-02-11
bonding: use return instead of goto
Zhang Shengju
1
-6
/
+3
2016-02-11
net: macb: add wake-on-lan support via magic packet
Sergio Prado
3
-6
/
+67
2016-02-11
net: hamradio: baycom_ser_fdx: Replace timeval with timespec64
Amitoj Kaur Chawla
1
-5
/
+7
2016-02-11
openvswitch: allow management from inside user namespaces
Tycho Andersen
3
-10
/
+15
2016-02-11
ethtool: future-proof interface for speed extensions
Michael S. Tsirkin
1
-3
/
+3
2016-02-11
vrf: duplicate include of rtnetlink.h
stephen hemminger
1
-1
/
+0
2016-02-11
vxlan: udp_tunnel duplicate include net/udp_tunnel.h
stephen hemminger
1
-1
/
+1
2016-02-11
rds: duplicate include net/tcp.h
stephen hemminger
1
-1
/
+0
2016-02-11
bonding: Return correct error code
Amitoj Kaur Chawla
1
-1
/
+1
2016-02-11
Merge branch 'gso-checksums'
David S. Miller
5
-122
/
+127
2016-02-11
net: Allow tunnels to use inner checksum offloads with outer checksums needed
Alexander Duyck
1
-2
/
+1
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2
-11
/
+5
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
2
-2
/
+21
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2
-16
/
+16
2016-02-11
net: Move GSO csum into SKB_GSO_CB
Alexander Duyck
2
-14
/
+16
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2
-6
/
+6
2016-02-11
hv_netvsc: cleanup netdev feature flags for netvsc
sixiao@microsoft.com
1
-4
/
+7
2016-02-11
Merge branch 'ethtool-nfc-ipv6'
David S. Miller
2
-6
/
+248
2016-02-11
sfc: implement IPv6 NFC (and IPV4_USER_FLOW)
Edward Cree
1
-0
/
+184
2016-02-11
ethtool: add IPv6 to the NFC API
Edward Cree
1
-6
/
+64
2016-02-11
Merge branch 'cxgb4-tos'
David S. Miller
4
-58
/
+80
2016-02-11
cxgb4/iw_cxgb4: TOS support
Hariprasad Shenai
3
-17
/
+37
2016-02-11
iw_cxgb4: remove false error log entry
Hariprasad Shenai
1
-2
/
+1
[prev]
[next]