index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
/
ar-transport.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-19
isdn: capi: Use pr_debug() instead of ifdefs.
David S. Miller
1
-83
/
+32
2011-05-19
tg3: Update version to 3.119
Matt Carlson
1
-2
/
+2
2011-05-19
tg3: Apply rx_discards fix to 5719/5720
Matt Carlson
1
-1
/
+3
2011-05-19
tg3: Remove excessive parenthesis
Matt Carlson
1
-18
/
+18
2011-05-19
tg3: Consolidate all netdev feature assignments
Matt Carlson
1
-27
/
+24
2011-05-19
tg3: Move TSO_CAPABLE assignment
Matt Carlson
1
-15
/
+16
2011-05-19
tg3: Fix stats for 5704 and later devices
Matt Carlson
2
-4
/
+13
2011-05-19
tg3: Fix TSO loopback test
Matt Carlson
1
-1
/
+1
2011-05-19
tg3: Consolidate autoneg advertisement setup code
Matt Carlson
1
-118
/
+99
2011-05-19
tg3: Fix EEE interoperability workaround
Matt Carlson
2
-21
/
+22
2011-05-19
tg3: Fix IPv6 TCP problems for 5719
Matt Carlson
1
-1
/
+1
2011-05-19
tg3: Fix 57765 B0 data corruption
Matt Carlson
2
-0
/
+20
2011-05-19
tg3: Cleanup transmit error path
Matt Carlson
1
-60
/
+38
2011-05-19
tg3: Set tx bug flags for more devices
Matt Carlson
1
-229
/
+33
2011-05-19
9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()
David S. Miller
1
-2
/
+0
2011-05-19
9p: Kill set but not used variable 'ret' in parse_opts()
David S. Miller
1
-2
/
+0
2011-05-19
ipconfig wait for carrier
Micha Nelissen
1
-13
/
+22
2011-05-19
SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()
Jacek Luczak
1
-6
/
+4
2011-05-19
ipv6: reduce per device ICMP mib sizes
Eric Dumazet
5
-33
/
+68
2011-05-19
net: ping: fix the coding style
Changli Gao
1
-3
/
+7
2011-05-19
net: ping: make local functions static
Changli Gao
1
-4
/
+4
2011-05-18
ipv4: Pass explicit destination address to rt_bind_peer().
David S. Miller
4
-15
/
+15
2011-05-18
ipv4: Pass explicit destination address to rt_get_peer().
David S. Miller
2
-4
/
+4
2011-05-18
ipv4: Make caller provide flowi4 key to inet_csk_route_req().
David S. Miller
4
-8
/
+12
2011-05-18
ipv4: Kill RT_CACHE_DEBUG
David S. Miller
3
-51
/
+0
2011-05-18
be2net: Enable SR-IOV for Lancer
Mammatha Edhala
2
-9
/
+13
2011-05-18
bnx2x: add support for retrieving dcb peer configuration
Shmulik Ravid
2
-25
/
+131
2011-05-18
qeth: use ndo_set_features callback for initial setup and recovery
Frank Blaschka
1
-52
/
+25
2011-05-18
wl12xx: fix compilation error when CONFIG_PM is not set
Luciano Coelho
2
-0
/
+8
2011-05-18
net: add skb_dst_force() in sock_queue_err_skb()
Eric Dumazet
1
-0
/
+3
2011-05-17
sfc: Don't use enums as a bitmask.
David S. Miller
6
-12
/
+10
2011-05-17
ipv4: Don't use enums as bitmasks in ip_fragment.c
David S. Miller
1
-6
/
+4
2011-05-17
net: ethtool: fix IPV6 checksum feature name string
Michał Mirosław
1
-1
/
+1
2011-05-17
net: Change netdev_fix_features messages loglevel
Michael S. Tsirkin
1
-1
/
+1
2011-05-17
net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg
Anton Blanchard
1
-2
/
+4
2011-05-17
xen: netback: use __CONST_RING_SIZE not __RING_SIZE
Ian Campbell
1
-2
/
+2
2011-05-17
net: ping: fix build failure
Vasiliy Kulikov
3
-14
/
+13
2011-05-17
net: use hlist_del_rcu() in dev_change_name()
Eric Dumazet
1
-1
/
+1
2011-05-16
bluetooth: Fix warnings in l2cap_core.c
David S. Miller
1
-2
/
+2
2011-05-16
sfc: Use netif_device_{detach,attach}() around reset and self-test
Ben Hutchings
4
-19
/
+14
2011-05-16
net: Change netdev_fix_features messages loglevel
Michał Mirosław
1
-14
/
+8
2011-05-16
vmxnet3: Fix inconsistent LRO state after initialization
Thomas Jarosch
1
-0
/
+3
2011-05-16
sfc: Fix oops in register dump after mapping change
Ben Hutchings
1
-0
/
+7
2011-05-16
net: convert to new cpumask API
KOSAKI Motohiro
1
-1
/
+1
2011-05-16
ipv4: more compliant RFC 3168 support
Eric Dumazet
1
-22
/
+38
2011-05-16
be2net: FW download for Lancer
Shripad Nunjundarao
3
-20
/
+223
2011-05-16
be2net: Stats for Lancer
Selvin Xavier
4
-50
/
+367
2011-05-16
be2net: Support for version 1 of stats for BE3
Ajit Khaparde
5
-128
/
+413
2011-05-16
mwifiex: use ieee80211_amsdu_to_8023s routine
Yogesh Ashok Powar
2
-127
/
+20
2011-05-16
cfg80211: make stripping of 802.11 header optional from AMSDU
Yogesh Ashok Powar
4
-11
/
+19
[next]