index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
119
-3098
/
+3772
2013-06-27
sit: add support of x-netns
Nicolas Dichtel
3
-11
/
+42
2013-06-27
dev: introduce skb_scrub_packet()
Nicolas Dichtel
3
-10
/
+25
2013-06-27
ath10k: minimally handle new channel width enumeration values
John W. Linville
1
-0
/
+4
2013-06-27
ath9k_htc: ifdef out IFTYPE_MESH advertisement
Thomas Pedersen
1
-2
/
+4
2013-06-27
brcmfmac: remove code and comment for older kernel support
Arend van Spriel
1
-27
/
+2
2013-06-27
brcmfmac: reduce firmware-signalling locking scope in rx path
Arend van Spriel
1
-26
/
+51
2013-06-27
brcmfmac: cleanup debug messages in brcmf_fws_hdrpush()
Arend van Spriel
1
-5
/
+4
2013-06-27
brcmfmac: tag packet in the netdev transmit callback
Arend van Spriel
1
-82
/
+48
2013-06-27
brcmfmac: add broken scatter-gather DMA support
Franky Lin
2
-11
/
+72
2013-06-27
brcmfmac: use unified dongle address preparation function
Franky Lin
2
-55
/
+27
2013-06-27
brcmfmac: remove SDIO_REQ_ASYNC flag
Franky Lin
2
-13
/
+3
2013-06-27
brcmfmac: remove (ab)use of NL80211_NUM_ACS
Arend van Spriel
1
-1
/
+1
2013-06-27
brcmfmac: simplify transmit path
Arend van Spriel
1
-49
/
+5
2013-06-27
bcma: add support for BCM43142
Rafał Miłecki
8
-2
/
+211
2013-06-27
b43: replace B43_BCMA_EXTRA with modparam allhwsupport
Rafał Miłecki
2
-8
/
+10
2013-06-27
ath10k: leave MMIC generation to the HW
Michal Kazior
1
-1
/
+0
2013-06-27
ath10k: fix 5ghz channel definitions
Michal Kazior
1
-24
/
+24
2013-06-27
ath10k: fix MSI-X setup failpath
Michal Kazior
1
-2
/
+3
2013-06-27
rt2x00: rt2800lib: fix default TX power check for RT55xx
Gabor Juhos
1
-1
/
+1
2013-06-27
ath9k: Add mix tx gain table for AR9462 2.0
Sujith Manoharan
2
-0
/
+66
2013-06-27
rt2x00: rt2800lib: turn on tertiary PAs/LNAs for 3T/3R devices
Gabor Juhos
1
-12
/
+35
2013-06-27
rt2x00: rt2800lib: turn on secondary PAs/LNAs for 3T/3R devices
Gabor Juhos
1
-4
/
+4
2013-06-27
rt2x00: rt2800: increase EEPROM_SIZE to 512 bytes
Gabor Juhos
1
-1
/
+1
2013-06-26
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
31
-2044
/
+251
2013-06-26
fec: Add support for reading RMON registers
Chris Healy
2
-0
/
+169
2013-06-26
ipv6: rearm router solicitaion timer when setting new tokenized address
Hannes Frederic Sowa
1
-1
/
+4
2013-06-26
sit: fix 4in4 + IPsec scenario
Nicolas Dichtel
1
-1
/
+1
2013-06-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-0
/
+7
2013-06-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-3
/
+7
2013-06-26
arc_emac: fix compile-time errors & warnings on PPC64
Alexey Brodkin
1
-26
/
+39
2013-06-25
bonding: add an option to fail when any of arp_ip_target is inaccessible
Veaceslav Falico
4
-14
/
+147
2013-06-25
bonding: doc: some details on backup slave arp validation
Veaceslav Falico
1
-0
/
+6
2013-06-25
bonding: don't trust arp requests unless active slave really works
Veaceslav Falico
1
-1
/
+8
2013-06-25
bonding: don't validate arp if we don't have to
Veaceslav Falico
1
-0
/
+4
2013-06-25
bonding: don't add duplicate targets to arp_ip_target
Veaceslav Falico
1
-1
/
+5
2013-06-25
bonding: add helper function bond_get_targets_ip(targets, ip)
Veaceslav Falico
3
-45
/
+46
2013-06-25
net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)
Lad, Prabhakar
1
-1
/
+4
2013-06-25
net: davinci_emac: simplify the OF parser code
Lad, Prabhakar
1
-44
/
+23
2013-06-25
net: davinci: emac: Convert to devm_* api
Lad, Prabhakar
1
-40
/
+9
2013-06-25
doc: fix some syntax errors in netlink mmap sample code
Cong Wang
1
-2
/
+2
2013-06-25
macvtap: Perform GSO on forwarding path.
Vlad Yasevich
1
-1
/
+31
2013-06-25
macvtap: Let TUNSETOFFLOAD actually controll offload features.
Vlad Yasevich
3
-1
/
+76
2013-06-25
macvtap: Consistently use rcu functions
Vlad Yasevich
1
-9
/
+9
2013-06-25
macvtap: Convert to using rtnl lock
Vlad Yasevich
1
-37
/
+25
2013-06-25
net: poll/select low latency socket support
Eliezer Tamir
7
-22
/
+91
2013-06-25
ethernet/arc/arc_emac - Add new driver
Alexey Brodkin
8
-0
/
+1249
2013-06-25
net: sctp: simplify sctp_get_port
Daniel Borkmann
1
-4
/
+1
2013-06-25
net: sctp: decouple cleaning some socket data from endpoint
Daniel Borkmann
2
-10
/
+25
2013-06-25
net: sctp: minor: sctp_seq_dump_local_addrs add missing newline
Daniel Borkmann
1
-1
/
+1
[next]