summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: add missing IFLA_BOND_AD_INFO_UNSPECJiri Pirko2014-01-231-0/+1
* sfc: Use the correct maximum TX DMA ring size for SFC9100Ben Hutchings2014-01-232-2/+5
* Add Shradha Shah as the sfc driver maintainer.Shradha Shah2014-01-231-1/+1
* net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz2014-01-231-11/+10
* tulip: cleanup by using ARRAY_SIZE()Dan Carpenter2014-01-231-1/+1
* ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong2014-01-231-0/+1
* net/cxgb4: Don't retrieve stats during recoveryGavin Shan2014-01-231-0/+10
* net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2014-01-232-7/+21
* drivers: net: cpsw: enable promiscuous mode supportMugunthan V N2014-01-233-25/+98
* net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich2014-01-231-8/+10
* net/udp_offload: Handle static checker complaintsShlomo Pongratz2014-01-231-4/+4
* tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch2014-01-231-24/+40
* 6lowpan: add a license to 6lowpan_iphc moduleYann Droneaud2014-01-231-0/+3
* team: Don't allow team devices to change network namespaces.Weilong Chen2014-01-231-0/+4
* bonding: Don't allow bond devices to change network namespaces.Weilong Chen2014-01-231-0/+3
* rtnetlink: remove ndo_get_slaveJiri Pirko2014-01-231-5/+0
* bonding: convert netlink to use slave data info apiJiri Pirko2014-01-234-55/+19
* rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-233-20/+154
* rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko2014-01-233-23/+24
* bonding: change name of sysfs dir for bonding slavesJiri Pirko2014-01-231-1/+1
* net/neighbour: queue work on power efficient wqviresh kumar2014-01-231-2/+3
* net/ipv4: queue work on power efficient wqviresh kumar2014-01-231-4/+6
* ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2014-01-233-3/+17
* net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail2014-01-231-7/+7
* tuntap: Fix for a race in accessing numqueuesDominic Curran2014-01-231-4/+6
* bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita2014-01-231-21/+0
* tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch2014-01-231-9/+5
* Merge branch 'bonding'David S. Miller2014-01-232-1/+8
|\
| * bonding: update bonding.txt for primary descriptiondingtianhong2014-01-231-1/+2
| * bonding: clean the primary slave if there is no slave matching new primarydingtianhong2014-01-231-0/+6
|/
* net: vxlan: convert to act as a pernet subsystemDaniel Borkmann2014-01-231-22/+6
* sch_htb: let skb->priority refer to non-leaf classHarry Mason2014-01-231-3/+8
* af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman2014-01-232-0/+12
* Merge branch 'bonding_option_api'David S. Miller2014-01-237-883/+1217
|\
| * bonding: convert slaves to use the new option APINikolay Aleksandrov2014-01-233-47/+59
| * bonding: convert lp_interval to use the new option APINikolay Aleksandrov2014-01-235-22/+22
| * bonding: convert resend_igmp to use the new option APINikolay Aleksandrov2014-01-235-24/+26
| * bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov2014-01-235-28/+25
| * bonding: convert queue_id to use the new option APINikolay Aleksandrov2014-01-233-61/+77
| * bonding: convert active_slave to use the new option APINikolay Aleksandrov2014-01-236-35/+36
| * bonding: convert use_carrier to use the new option APINikolay Aleksandrov2014-01-235-23/+25
| * bonding: convert primary_reselect to use the new option APINikolay Aleksandrov2014-01-237-44/+43
| * bonding: convert primary to use the new option APINikolay Aleksandrov2014-01-235-22/+22
| * bonding: convert miimon to use the new option APINikolay Aleksandrov2014-01-236-30/+24
| * bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov2014-01-235-17/+24
| * bonding: convert ad_select to use the new option APINikolay Aleksandrov2014-01-237-50/+41
| * bonding: convert min_links to use the new option APINikolay Aleksandrov2014-01-235-19/+18
| * bonding: convert lacp_rate to use the new option APINikolay Aleksandrov2014-01-236-51/+37
| * bonding: convert updelay to use the new option APINikolay Aleksandrov2014-01-235-33/+27
| * bonding: convert downdelay to use the new option APINikolay Aleksandrov2014-01-235-32/+27