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
2013-06-19
net/mlx4_en: Low Latency recv statistics
Amir Vadai
3
-1
/
+29
2013-06-19
net/mlx4_en: Add Low Latency Socket (LLS) support
Amir Vadai
4
-4
/
+178
2013-06-19
openvswitch: gre tunneling support.
David S. Miller
23
-456
/
+1373
2013-06-19
openvswitch: Add gre tunnel support.
Pravin B Shelar
8
-2
/
+323
2013-06-19
openvswitch: Optimize flow key match for non tunnel flows.
Pravin B Shelar
3
-20
/
+42
2013-06-19
openvswitch: Expand action buffer size.
Pravin B Shelar
1
-1
/
+1
2013-06-19
openvswitch: Add tunneling interface.
Pravin B Shelar
10
-7
/
+251
2013-06-19
openvswitch: Copy individual actions.
Pravin B Shelar
3
-58
/
+225
2013-06-19
ip_tunnel: Add dont fragment flag.
Pravin B Shelar
1
-0
/
+1
2013-06-19
ip_tunnel: push generic protocol handling to ip_tunnel module.
Pravin B Shelar
6
-27
/
+54
2013-06-19
ip_tunnels: extend iptunnel_xmit()
Pravin B Shelar
6
-94
/
+131
2013-06-19
gre: export gre_handle_offloads() function.
Pravin B Shelar
3
-32
/
+32
2013-06-19
gre: export gre_build_header() function.
Pravin B Shelar
3
-39
/
+35
2013-06-19
gre: Allow multiple protocol listener for gre protocol.
Pravin B Shelar
3
-151
/
+267
2013-06-19
gre: Simplify gre protocol registration locking.
Pravin B Shelar
1
-27
/
+13
2013-06-19
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
Sergei Shtylyov
2
-3
/
+4
2013-06-19
sh_eth: cleanup 'enum TD_STS_BIT'
Sergei Shtylyov
1
-4
/
+4
2013-06-19
sh_eth: remove redundant bits from 'eesipr_value' field initializer
Sergei Shtylyov
1
-1
/
+1
2013-06-19
sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'
Sergei Shtylyov
2
-17
/
+0
2013-06-19
sh_eth: add NAPI support
Sergei Shtylyov
2
-12
/
+74
2013-06-19
sh_eth: define/use EESR_RX_CHECK macro
Sergei Shtylyov
2
-11
/
+10
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
369
-2198
/
+8019
2013-06-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+9
2013-06-19
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-2
/
+9
2013-06-19
nl80211: fix attrbuf access race by allocating a separate one
Johannes Berg
1
-2
/
+9
2013-06-19
vxlan: fix check for migration of static entry
stephen hemminger
1
-1
/
+1
2013-06-19
bcm63xx_enet: fix return value check in bcm_enet_shared_probe()
Wei Yongjun
1
-2
/
+2
2013-06-19
can: usb_8dev: unregister netdev before free()ing
Marc Kleine-Budde
1
-1
/
+4
2013-06-17
ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb
Matthias Schiffer
1
-1
/
+1
2013-06-17
staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
1
-2
/
+2
2013-06-17
pxa168_eth: convert skb->end into skb_end_pointer(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-17
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-17
net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-17
net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)
Isaku Yamahata
1
-1
/
+1
2013-06-17
bridge: fix switched interval for MLD Query types
Linus Lüssing
1
-2
/
+3
2013-06-17
vlan: restore ethtool ABI to control VLAN hardware acceleration
Fernando Luis Vazquez Cao
1
-3
/
+3
2013-06-17
net: sctp: remove SCTP_STATIC macro
Daniel Borkmann
9
-73
/
+57
2013-06-17
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
7
-9
/
+7
2013-06-17
fec: Add support to restart autonegotiate
Chris Healy
1
-0
/
+12
2013-06-17
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
1
-35
/
+5
2013-06-17
net: cpsw: check for cpts pointer after its allocation
Sebastian Siewior
1
-1
/
+1
2013-06-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
18
-52
/
+142
2013-06-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-9
/
+22
2013-06-17
alx: add a simple AR816x/AR817x device driver
Johannes Berg
9
-0
/
+4568
2013-06-17
tg3: Prevent system hang during repeated EEH errors.
Michael Chan
1
-2
/
+9
2013-06-17
Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()
Haiyang Zhang
1
-1
/
+3
2013-06-17
vxlan: handle skb_clone failure
stephen hemminger
1
-3
/
+5
2013-06-17
vxlan: only migrate dynamic FDB entries
stephen hemminger
1
-4
/
+12
2013-06-17
vxlan: fix race between flush and incoming learning
stephen hemminger
1
-7
/
+9
2013-06-17
Merge branch 'tipc'
David S. Miller
26
-877
/
+1158
[next]