index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
sfc: Use the correct maximum TX DMA ring size for SFC9100
Ben Hutchings
2
-2
/
+5
2014-01-23
Add Shradha Shah as the sfc driver maintainer.
Shradha Shah
1
-1
/
+1
2014-01-23
net/vxlan: Share RX skb de-marking and checksum checks with ovs
Or Gerlitz
1
-11
/
+10
2014-01-23
tulip: cleanup by using ARRAY_SIZE()
Dan Carpenter
1
-1
/
+1
2014-01-23
ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called
Duan Jiong
1
-0
/
+1
2014-01-23
net/cxgb4: Don't retrieve stats during recovery
Gavin Shan
1
-0
/
+10
2014-01-23
net/cxgb4: Avoid disabling PCI device for towice
Gavin Shan
2
-7
/
+21
2014-01-23
drivers: net: cpsw: enable promiscuous mode support
Mugunthan V N
3
-25
/
+98
2014-01-23
net: Correctly sync addresses from multiple sources to single device
Vlad Yasevich
1
-8
/
+10
2014-01-23
net/udp_offload: Handle static checker complaints
Shlomo Pongratz
1
-4
/
+4
2014-01-23
tcp: metrics: Handle v6/v4-mapped sockets in tcp-metrics
Christoph Paasch
1
-24
/
+40
2014-01-23
6lowpan: add a license to 6lowpan_iphc module
Yann Droneaud
1
-0
/
+3
2014-01-23
team: Don't allow team devices to change network namespaces.
Weilong Chen
1
-0
/
+4
2014-01-23
bonding: Don't allow bond devices to change network namespaces.
Weilong Chen
1
-0
/
+3
2014-01-23
rtnetlink: remove ndo_get_slave
Jiri Pirko
1
-5
/
+0
2014-01-23
bonding: convert netlink to use slave data info api
Jiri Pirko
4
-55
/
+19
2014-01-23
rtnetlink: provide api for getting and setting slave info
Jiri Pirko
3
-20
/
+154
2014-01-23
rtnetlink: put "BOND" into nl attribute names which are related to bonding
Jiri Pirko
3
-23
/
+24
2014-01-23
bonding: change name of sysfs dir for bonding slaves
Jiri Pirko
1
-1
/
+1
2014-01-23
net/neighbour: queue work on power efficient wq
viresh kumar
1
-2
/
+3
2014-01-23
net/ipv4: queue work on power efficient wq
viresh kumar
1
-4
/
+6
2014-01-23
ipv6: enable anycast addresses as source addresses for datagrams
FX Le Bail
3
-3
/
+17
2014-01-23
net: update comments of "struct msghdr" with the more accurate RFC3542 ones
FX Le Bail
1
-7
/
+7
2014-01-23
tuntap: Fix for a race in accessing numqueues
Dominic Curran
1
-4
/
+6
2014-01-23
bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
Toshiaki Makita
1
-21
/
+0
2014-01-23
tcp: metrics: Fix rcu-race when deleting multiple entries
Christoph Paasch
1
-9
/
+5
2014-01-23
bonding: update bonding.txt for primary description
dingtianhong
1
-1
/
+2
2014-01-23
bonding: clean the primary slave if there is no slave matching new primary
dingtianhong
1
-0
/
+6
2014-01-23
net: vxlan: convert to act as a pernet subsystem
Daniel Borkmann
1
-22
/
+6
2014-01-23
sch_htb: let skb->priority refer to non-leaf class
Harry Mason
1
-3
/
+8
2014-01-23
af_packet: Add Queue mapping mode to af_packet fanout operation
Neil Horman
2
-0
/
+12
2014-01-23
bonding: convert slaves to use the new option API
Nikolay Aleksandrov
3
-47
/
+59
2014-01-23
bonding: convert lp_interval to use the new option API
Nikolay Aleksandrov
5
-22
/
+22
2014-01-23
bonding: convert resend_igmp to use the new option API
Nikolay Aleksandrov
5
-24
/
+26
2014-01-23
bonding: convert all_slaves_active to use the new option API
Nikolay Aleksandrov
5
-28
/
+25
2014-01-23
bonding: convert queue_id to use the new option API
Nikolay Aleksandrov
3
-61
/
+77
2014-01-23
bonding: convert active_slave to use the new option API
Nikolay Aleksandrov
6
-35
/
+36
2014-01-23
bonding: convert use_carrier to use the new option API
Nikolay Aleksandrov
5
-23
/
+25
2014-01-23
bonding: convert primary_reselect to use the new option API
Nikolay Aleksandrov
7
-44
/
+43
2014-01-23
bonding: convert primary to use the new option API
Nikolay Aleksandrov
5
-22
/
+22
2014-01-23
bonding: convert miimon to use the new option API
Nikolay Aleksandrov
6
-30
/
+24
2014-01-23
bonding: convert num_peer_notif to use the new option API
Nikolay Aleksandrov
5
-17
/
+24
2014-01-23
bonding: convert ad_select to use the new option API
Nikolay Aleksandrov
7
-50
/
+41
2014-01-23
bonding: convert min_links to use the new option API
Nikolay Aleksandrov
5
-19
/
+18
2014-01-23
bonding: convert lacp_rate to use the new option API
Nikolay Aleksandrov
6
-51
/
+37
2014-01-23
bonding: convert updelay to use the new option API
Nikolay Aleksandrov
5
-33
/
+27
2014-01-23
bonding: convert downdelay to use the new option API
Nikolay Aleksandrov
5
-32
/
+27
2014-01-23
bonding: convert arp_ip_target to use the new option API
Nikolay Aleksandrov
5
-41
/
+53
2014-01-23
bonding: convert arp_interval to use the new option API
Nikolay Aleksandrov
6
-35
/
+32
2014-01-23
bonding: convert fail_over_mac to use the new option API
Nikolay Aleksandrov
7
-50
/
+43
[next]