aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner1-2/+2
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre4-3/+63
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet2-4/+2
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet18-198/+173
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet14-74/+67
2015-03-19rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf1-2/+8
2015-03-19i40e: add NVM update events to AQ cleanShannon Nelson1-0/+4
2015-03-19tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner1-1/+5
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai4-7/+3
2015-03-19cxgb4: Add device ID for new adapterHariprasad Shenai1-0/+1
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne1-14/+24
2015-03-19tipc: do not report -EHOSTUNREACH for failed local deliveryErik Hugne1-2/+4
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne1-1/+0
2015-03-19mac802154: fix typo in header guardNicolas Iooss1-2/+2
2015-03-18net/mlx4_en: mlx4_en_set_tx_maxrate() can be staticWu Fengguang1-1/+1
2015-03-18bridge: add ageing_time, stp_state, priority over netlinkJörg Thalheim2-1/+34
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller3-7/+20
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-18rocker: add support for phys_port_nameDavid Ahern2-0/+65
2015-03-18net: add support for phys_port_nameDavid Ahern6-0/+75
2015-03-18vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner1-102/+51
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner11-87/+51
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2-14/+52
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet5-10/+15
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet3-9/+6
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet6-75/+12
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet7-45/+45
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet2-11/+8
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet9-31/+31
2015-03-18net/mlx4_en: Add tx queue maxrate supportOr Gerlitz1-0/+29
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz7-6/+72
2015-03-18net: Add max rate tx queue attributeJohn Fastabend4-12/+80
2015-03-18cc2520: Add support for CC2591 amplifier.Brad Campbell3-8/+52
2015-03-18cc2520: Do not store platform_data in spi_deviceBrad Campbell1-49/+46
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu2-10/+1
2015-03-18test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu1-1/+1
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu1-2/+2
2015-03-18netlink: Use rhashtable max_size instead of max_shiftHerbert Xu1-1/+1
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu2-4/+12
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu2-5/+2
2015-03-18drivers: net: xgene: Add second SGMII based 1G interfaceKeyur Chudgar4-12/+67
2015-03-18dtb: xgene: Add second SGMII based 1G interface nodeKeyur Chudgar2-0/+29
2015-03-18Documentation: dtb: Add port-id field for APM X-Gene ethernetKeyur Chudgar1-0/+2
2015-03-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann1-3/+5
2015-03-17tipc: withdraw tipc topology server name when namespace is deletedYing Xue1-0/+3
2015-03-17tipc: fix a potential deadlock when nametable is purgedYing Xue1-2/+2
2015-03-17tipc: fix netns refcnt leakYing Xue3-92/+39
2015-03-17inet: fix request sock refcountingEric Dumazet7-18/+22
2015-03-17inet: avoid fastopen lock for regular accept()Eric Dumazet1-2/+4
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet7-25/+15