summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov2014-01-235-41/+53
| * bonding: convert arp_interval to use the new option APINikolay Aleksandrov2014-01-236-35/+32
| * bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov2014-01-237-50/+43
| * bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov2014-01-236-41/+36
| * bonding: convert arp_validate to use the new option APINikolay Aleksandrov2014-01-236-52/+45
| * bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov2014-01-237-46/+41
| * bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov2014-01-236-32/+27
| * bonding: convert mode setting to use the new option APINikolay Aleksandrov2014-01-236-62/+48
| * bonding: add infrastructure for an option APINikolay Aleksandrov2014-01-233-0/+373
|/
* Merge branch 'reciprocal'David S. Miller2014-01-2218-71/+129
|\
| * reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-2212-49/+88
| * net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-223-5/+21
| * random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-224-17/+20
|/
* net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua2014-01-221-3/+0
* be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur2014-01-221-13/+8
* bnx2x: Fix VF flr flowAriel Elior2014-01-221-28/+33
* net: Missing change from the ether_addr_copy() fixups.David S. Miller2014-01-221-0/+1
* net: filter: let bpf_tell_extensions return SKF_AD_MAXDaniel Borkmann2014-01-221-7/+1
* net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2014-01-222-1/+2
* Merge branch 'sctp'David S. Miller2014-01-228-119/+100
|\
| * sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-225-25/+21