index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
av7110
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-04
be2net: dma_sync each RX frag before passing it to the stack
Sathya Perla
2
-11
/
+24
2014-03-04
cfg80211: add MPLS and 802.21 classification
Simon Wunderlich
1
-0
/
+16
2014-03-04
UAPI: add MPLS label stack definition
Simon Wunderlich
2
-0
/
+40
2014-03-04
if_ether.h: add IEEE 802.21 Ethertype
Simon Wunderlich
1
-0
/
+1
2014-03-03
tcp: snmp stats for Fast Open, SYN rtx, and data pkts
Yuchung Cheng
7
-4
/
+24
2014-03-03
sch_tbf: Remove holes in struct tbf_sched_data.
Hiroaki SHIMODA
1
-11
/
+12
2014-03-03
ieee802154: fix at86rf212_set_txpower() exit path
Jean Sacren
1
-6
/
+1
2014-03-03
connector: remove duplicated code in cn_call_callback()
Alexey Khoroshilov
1
-1
/
+0
2014-03-03
net/mlx4_en: Change Connect-X description in kconfig
Eyal Perry
1
-1
/
+1
2014-03-03
net/mlx4_en: Use union for BlueFlame WQE
Amir Vadai
2
-4
/
+10
2014-03-03
net/mlx4_core: Fix sparse warning
Eyal Perry
1
-1
/
+2
2014-03-03
net/mlx4_en: Fix selftest failing on non 10G link speed
Amir Vadai
1
-2
/
+4
2014-03-03
net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()
Eugenia Emantayev
3
-23
/
+22
2014-03-03
net/mlx4_en: Move queue stopped/waked counters to be per ring
Eugenia Emantayev
3
-3
/
+11
2014-03-03
net/mlx4_en: Pad ethernet packets smaller than 17 bytes
Eugenia Emantayev
1
-1
/
+7
2014-03-03
net/mlx4_en: Verify mlx4_en module parameters
Eugenia Emantayev
3
-16
/
+44
2014-03-03
net/mlx4_en: Fix UP limit in ieee_ets->prio_tc
Amir Vadai
1
-1
/
+1
2014-03-03
6lowpan: use memcpy to set tag value in fraghdr
Alexander Aring
1
-2
/
+1
2014-03-03
6lowpan: remove initialization of tag value
Alexander Aring
1
-1
/
+0
2014-03-03
6lowpan: fix type of datagram size parameter
Alexander Aring
1
-1
/
+1
2014-03-03
ixgbe: implement SIOCGHWTSTAMP ioctl
Jacob Keller
3
-8
/
+24
2014-03-03
ixgbe: Check config reads for removal
Mark Rustad
4
-15
/
+75
2014-03-03
ixgbe: Fix up some ethtool results when adapter is removed
Mark Rustad
1
-1
/
+8
2014-03-03
ixgbe: Restore hw_addr in LER recovery paths
Mark Rustad
1
-2
/
+4
2014-03-02
bonding: send arp requests even if there's no route to them
Veaceslav Falico
1
-2
/
+7
2014-02-28
6lowpan: handling 6lowpan fragmentation via inet_frag api
Alexander Aring
5
-208
/
+689
2014-02-28
net: ns: add ieee802154_6lowpan namespace
Alexander Aring
2
-0
/
+17
2014-02-28
6lowpan: fix some checkpatch issues
Alexander Aring
1
-18
/
+9
2014-02-28
6lowpan: move 6lowpan.c to 6lowpan_rtnl.c
Alexander Aring
2
-0
/
+1
2014-02-28
6lowpan: change tag type to __be16
Alexander Aring
1
-2
/
+3
2014-02-28
6lowpan: fix fragmentation on sending side
Alexander Aring
1
-10
/
+27
2014-02-28
6lowpan: add uncompress header size function
Alexander Aring
1
-0
/
+113
2014-02-28
6lowpan: add frag information struct
Alexander Aring
1
-0
/
+7
2014-02-28
net: w5100: Use devm_ioremap_resource()
Jingoo Han
1
-5
/
+4
2014-02-28
net: w5300: Use devm_ioremap_resource()
Jingoo Han
1
-5
/
+4
2014-02-28
packet: allow to transmit +4 byte in TX_RING slot for VLAN case
Daniel Borkmann
1
-3
/
+13
2014-02-28
ixgbevf: add check for CHECKSUM_PARTIAL when doing TSO
Emil Tantilov
1
-0
/
+3
2014-02-28
ixgbevf: fix handling of tx checksumming
Emil Tantilov
1
-1
/
+1
2014-02-28
ixgbe: Add check for FW veto bit
Don Skidmore
4
-4
/
+63
2014-02-28
ixgbe: fix bit toggled for 82599 reset fix.
Don Skidmore
1
-1
/
+2
2014-02-28
ixgbe: collect all 82599 AUTOC code in one function
Don Skidmore
7
-141
/
+161
2014-02-28
ixgbe: fix to use correct timeout interval for memory read completion
Don Skidmore
2
-3
/
+64
2014-02-27
ipv6: addrconf: silence sparse endianness warnings
Bjørn Mork
1
-3
/
+3
2014-02-27
neigh: directly goto out after setting nud_state to NUD_FAILED
Duan Jiong
1
-0
/
+1
2014-02-27
net: move net_device priv_flags out from UAPI
Luis R. Rodriguez
2
-83
/
+83
2014-02-27
net: kdoc struct net_device flags and priv_flags
Luis R. Rodriguez
1
-52
/
+161
2014-02-27
atm: nicstar: remove interruptible_sleep_on_timeout
Arnd Bergmann
1
-8
/
+8
2014-02-26
tcp: switch rtt estimations to usec resolution
Eric Dumazet
17
-169
/
+174
2014-02-26
net: add skb_mstamp infrastructure
Eric Dumazet
1
-2
/
+57
2014-02-26
phy: micrel: add of configuration for LED mode
Ben Dooks
2
-4
/
+63
[next]