aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail3-3/+17
2014-01-22net: update comments of "struct msghdr" with the more accurate RFC3542 onesFX Le Bail1-7/+7
2014-01-22tuntap: Fix for a race in accessing numqueuesDominic Curran1-4/+6
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita1-21/+0
2014-01-22tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch1-9/+5
2014-01-22Merge branch 'bonding'David S. Miller2-1/+8
2014-01-22bonding: update bonding.txt for primary descriptiondingtianhong1-1/+2
2014-01-22bonding: clean the primary slave if there is no slave matching new primarydingtianhong1-0/+6
2014-01-22net: vxlan: convert to act as a pernet subsystemDaniel Borkmann1-22/+6
2014-01-22sch_htb: let skb->priority refer to non-leaf classHarry Mason1-3/+8
2014-01-22af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman2-0/+12
2014-01-22Merge branch 'bonding_option_api'David S. Miller7-883/+1217
2014-01-22bonding: convert slaves to use the new option APINikolay Aleksandrov3-47/+59
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov5-22/+22
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov5-24/+26
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov5-28/+25
2014-01-22bonding: convert queue_id to use the new option APINikolay Aleksandrov3-61/+77
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov6-35/+36
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov5-23/+25
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov7-44/+43
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov5-22/+22
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov6-30/+24
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov5-17/+24
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov7-50/+41
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov5-19/+18
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov6-51/+37
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov5-33/+27
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov5-32/+27
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov5-41/+53
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov6-35/+32
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov7-50/+43
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov6-41/+36
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov6-52/+45
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov7-46/+41
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov6-32/+27
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov6-62/+48
2014-01-22bonding: add infrastructure for an option APINikolay Aleksandrov3-0/+373
2014-01-21Merge branch 'reciprocal'David S. Miller18-71/+129
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa12-49/+88
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann3-5/+21
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann4-17/+20
2014-01-21net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua1-3/+0
2014-01-21be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur1-13/+8
2014-01-21bnx2x: Fix VF flr flowAriel Elior1-28/+33
2014-01-21net: Missing change from the ether_addr_copy() fixups.David S. Miller1-0/+1
2014-01-21net: filter: let bpf_tell_extensions return SKF_AD_MAXDaniel Borkmann1-7/+1
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.David S. Miller2-1/+2
2014-01-21Merge branch 'sctp'David S. Miller8-119/+100
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong5-25/+21
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong3-35/+33