index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
6lowpan: move 6lowpan.c to 6lowpan_rtnl.c
Alexander Aring
2014-02-28
2
-0
/
+1
*
6lowpan: change tag type to __be16
Alexander Aring
2014-02-28
1
-2
/
+3
*
6lowpan: fix fragmentation on sending side
Alexander Aring
2014-02-28
1
-10
/
+27
*
6lowpan: add uncompress header size function
Alexander Aring
2014-02-28
1
-0
/
+113
*
6lowpan: add frag information struct
Alexander Aring
2014-02-28
1
-0
/
+7
*
net: w5100: Use devm_ioremap_resource()
Jingoo Han
2014-02-28
1
-5
/
+4
*
net: w5300: Use devm_ioremap_resource()
Jingoo Han
2014-02-28
1
-5
/
+4
*
packet: allow to transmit +4 byte in TX_RING slot for VLAN case
Daniel Borkmann
2014-02-28
1
-3
/
+13
*
Merge branch 'intel-next'
David S. Miller
2014-02-28
10
-150
/
+294
|
\
|
*
ixgbevf: add check for CHECKSUM_PARTIAL when doing TSO
Emil Tantilov
2014-02-28
1
-0
/
+3
|
*
ixgbevf: fix handling of tx checksumming
Emil Tantilov
2014-02-28
1
-1
/
+1
|
*
ixgbe: Add check for FW veto bit
Don Skidmore
2014-02-28
4
-4
/
+63
|
*
ixgbe: fix bit toggled for 82599 reset fix.
Don Skidmore
2014-02-28
1
-1
/
+2
|
*
ixgbe: collect all 82599 AUTOC code in one function
Don Skidmore
2014-02-28
7
-141
/
+161
|
*
ixgbe: fix to use correct timeout interval for memory read completion
Don Skidmore
2014-02-28
2
-3
/
+64
|
/
*
ipv6: addrconf: silence sparse endianness warnings
Bjørn Mork
2014-02-27
1
-3
/
+3
*
neigh: directly goto out after setting nud_state to NUD_FAILED
Duan Jiong
2014-02-27
1
-0
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-02-27
11
-193
/
+659
|
\
|
*
vti4: Enable namespace changing
Steffen Klassert
2014-02-25
1
-1
/
+0
|
*
vti4: Check the tunnel endpoints of the xfrm state and the vti interface
Steffen Klassert
2014-02-25
1
-5
/
+24
|
*
vti4: Support inter address family tunneling.
Steffen Klassert
2014-02-25
1
-14
/
+34
|
*
vti4: Use the on xfrm_lookup returned dst_entry directly
Steffen Klassert
2014-02-25
1
-11
/
+11
|
*
xfrm4: Remove xfrm_tunnel_notifier
Steffen Klassert
2014-02-25
2
-70
/
+0
|
*
vti: Update the ipv4 side to use it's own receive hook.
Steffen Klassert
2014-02-25
1
-47
/
+187
|
*
ip_tunnel: Make vti work with i_key set
Steffen Klassert
2014-02-25
1
-1
/
+5
|
*
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer
Steffen Klassert
2014-02-25
3
-12
/
+50
|
*
ipcomp4: Use the IPsec protocol multiplexer API
Steffen Klassert
2014-02-25
1
-9
/
+17
|
*
ah4: Use the IPsec protocol multiplexer API
Steffen Klassert
2014-02-25
1
-9
/
+16
|
*
esp4: Use the IPsec protocol multiplexer API
Steffen Klassert
2014-02-25
1
-9
/
+17
|
*
xfrm4: Add IPsec protocol multiplexer
Steffen Klassert
2014-02-25
5
-17
/
+310
*
|
Merge branch 'kdoc'
David S. Miller
2014-02-27
2
-54
/
+163
|
\
\
|
*
|
net: move net_device priv_flags out from UAPI
Luis R. Rodriguez
2014-02-27
2
-83
/
+83
|
*
|
net: kdoc struct net_device flags and priv_flags
Luis R. Rodriguez
2014-02-27
1
-52
/
+161
|
/
/
*
|
atm: nicstar: remove interruptible_sleep_on_timeout
Arnd Bergmann
2014-02-27
1
-8
/
+8
*
|
tcp: switch rtt estimations to usec resolution
Eric Dumazet
2014-02-26
17
-169
/
+174
*
|
net: add skb_mstamp infrastructure
Eric Dumazet
2014-02-26
1
-2
/
+57
*
|
phy: micrel: add of configuration for LED mode
Ben Dooks
2014-02-26
2
-4
/
+63
*
|
isdn: fix multiple sleep_on races
Arnd Bergmann
2014-02-26
1
-5
/
+8
*
|
isdn: divert, hysdn: fix interruptible_sleep_on race
Arnd Bergmann
2014-02-26
2
-6
/
+8
*
|
isdn: hisax/elsa: fix sleep_on race in elsa FSM
Arnd Bergmann
2014-02-26
2
-4
/
+8
*
|
isdn: pcbit: fix interruptible_sleep_on race
Arnd Bergmann
2014-02-26
1
-3
/
+3
*
|
atm: firestream: fix interruptible_sleep_on race
Arnd Bergmann
2014-02-26
1
-2
/
+2
*
|
Merge branch 'intel-next'
David S. Miller
2014-02-26
24
-170
/
+80
|
\
\
|
*
|
igb: Update license text to remove FSF address and update copyright.
Carolyn Wyborny
2014-02-26
21
-64
/
+43
|
*
|
igb: make local functions static and remove dead code
Jeff Kirsher
2014-02-26
8
-98
/
+17
|
*
|
ixgbe: Add WoL support for a new device
Mark Rustad
2014-02-26
2
-0
/
+2
|
*
|
ixgbe: don't use magic size number to assign ptp_caps.name
Jacob Keller
2014-02-26
1
-2
/
+6
|
*
|
ixgbe: modify behavior on receiving a HW ECC error.
Don Skidmore
2014-02-26
1
-6
/
+12
|
/
/
*
|
ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT
Hannes Frederic Sowa
2014-02-26
4
-6
/
+18
*
|
ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT
Hannes Frederic Sowa
2014-02-26
4
-8
/
+16
[next]