index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
link.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
tipc: message reassembly using fragment chain
Erik Hugne
6
-142
/
+74
2013-11-08
tipc: don't reroute message fragments
Erik Hugne
2
-3
/
+6
2013-11-07
ath9k: enable DFS for IBSS mode
Simon Wunderlich
1
-1
/
+2
2013-11-07
phy: Add MOXA MDIO driver
Jonas Jensen
3
-0
/
+209
2013-11-07
bonding: document the new packets_per_slave option
Nikolay Aleksandrov
1
-0
/
+9
2013-11-07
bonding: extend round-robin mode with packets_per_slave
Nikolay Aleksandrov
3
-6
/
+101
2013-11-07
qeth: avoid buffer overflow in snmp ioctl
Ursula Braun
1
-1
/
+5
2013-11-07
net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-3
/
+1
2013-11-07
smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-3
/
+1
2013-11-07
udp: Remove unnecessary semicolon from do{}while (0) macro
Joe Perches
1
-7
/
+7
2013-11-07
smsc9420: Use netif_<level>
Joe Perches
1
-78
/
+77
2013-11-07
jme: Remove unused #define PFX
Joe Perches
1
-1
/
+0
2013-11-06
virtio-net: switch to use XPS to choose txq
Jason Wang
1
-46
/
+2
2013-11-06
ipv6: drop the judgement in rt6_alloc_cow()
Duan Jiong
1
-5
/
+3
2013-11-06
ipv6: fix headroom calculation in udp6_ufo_fragment
Hannes Frederic Sowa
1
-1
/
+1
2013-11-06
net: mv643xx_eth: Add missing phy_addr_set in DT mode
Jason Gunthorpe
1
-0
/
+1
2013-11-06
ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
Hannes Frederic Sowa
7
-9
/
+28
2013-11-05
net: cdc_ncm: remove non-standard NCM device IDs
Enrico Mioso
1
-11
/
+0
2013-11-05
net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driver
Enrico Mioso
3
-0
/
+246
2013-11-05
net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use
Enrico Mioso
2
-2
/
+7
2013-11-05
ipv6: remove old conditions on flow label sharing
Florent Fourcot
1
-33
/
+0
2013-11-05
virtio-net: coalesce rx frags when possible during rx
Jason Wang
1
-4
/
+11
2013-11-05
net: introduce skb_coalesce_rx_frag()
Jason Wang
2
-0
/
+15
2013-11-05
vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
Duan Jiong
1
-1
/
+1
2013-11-05
net: codel: Avoid undefined behavior from signed overflow
Jesper Dangaard Brouer
1
-4
/
+15
2013-11-05
tcp: properly handle stretch acks in slow start
Yuchung Cheng
16
-82
/
+59
2013-11-05
tcp: enable sockets to use MSG_FASTOPEN by default
Yuchung Cheng
2
-3
/
+3
2013-11-04
netfilter: nft_compat: use _safe version of list_for_each
Dan Carpenter
1
-4
/
+4
2013-11-04
net/mlx4_core: Implement resource quota enforcement
Jack Morgenstein
2
-13
/
+173
2013-11-04
net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper
Jack Morgenstein
1
-23
/
+65
2013-11-04
mlx4: Structures and init/teardown for VF resource quotas
Jack Morgenstein
7
-23
/
+222
2013-11-04
net/mlx4_core: Fix checking order in MR table init
Jack Morgenstein
1
-3
/
+3
2013-11-04
net/mlx4_core: Don't fail reg/unreg vlan for older guests
Jack Morgenstein
3
-1
/
+18
2013-11-04
net/mlx4_core: Resource tracker for reg/unreg vlans
Jack Morgenstein
1
-6
/
+121
2013-11-04
net/mlx4_en: Use vlan id instead of vlan index for unregistration
Jack Morgenstein
6
-21
/
+20
2013-11-04
net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec
Jack Morgenstein
3
-25
/
+49
2013-11-04
net/mlx4_core: Fix register/unreg vlan flow
Jack Morgenstein
1
-11
/
+10
2013-11-04
sh_eth: check platform data pointer
Sergei Shtylyov
1
-0
/
+6
2013-11-04
net: cdc_mbim: fixup error return value
Bjørn Mork
1
-4
/
+2
2013-11-04
net: cdc_mbim: no need to check for resume if suspend exists
Bjørn Mork
1
-1
/
+1
2013-11-04
net: qmi_wwan: no need to check for resume if suspend exists
Bjørn Mork
1
-1
/
+1
2013-11-04
net: qmi_wwan: manage_power should always set needs_remote_wakeup
Bjørn Mork
1
-6
/
+4
2013-11-04
net: cdc_mbim: manage_power should always set needs_remote_wakeup
Bjørn Mork
1
-5
/
+3
2013-11-04
qlcnic: update version to 5.3.52
Himanshu Madhani
1
-2
/
+2
2013-11-04
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.
Himanshu Madhani
5
-17
/
+18
2013-11-04
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
Himanshu Madhani
12
-311
/
+404
2013-11-04
qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
Himanshu Madhani
4
-62
/
+94
2013-11-04
qlcnic: Register netdev in FAILED state for 83xx/84xx
Sucheta Chakraborty
6
-33
/
+67
2013-11-04
lib: crc32: reduce number of cases for crc32{, c}_combine
Daniel Borkmann
1
-2
/
+2
2013-11-04
lib: crc32: conditionally resched when running testcases
Daniel Borkmann
1
-0
/
+3
[prev]
[next]