summaryrefslogtreecommitdiffstats
path: root/lib/bsearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-19openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-19xen-netback: correctly check failed allocationInsu Yun1-0/+6
2015-10-19net: asix: add support for the Billionton GUSB2AM-1G-B USB adapterChia-Sheng Chang2-0/+5
2015-10-19netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-16via-rhine: fix VLAN receive handling regression.Andrej Ota1-1/+2
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau1-15/+5
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau1-6/+11
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2-8/+20
2015-10-16Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupJohan Hedberg1-4/+19
2015-10-16Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg1-1/+6
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg4-12/+8
2015-10-16Bluetooth: Fix reference counting for LE-scan based connectionsJohan Hedberg1-17/+36
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski3-5/+15
2015-10-15mlxsw: core: Fix race condition in __mlxsw_emad_transmitIdo Schimmel1-4/+9
2015-10-15tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-15ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov1-0/+3
2015-10-13be2net: remove vlan promisc capability from VF's profile descriptorsKalesh AP1-2/+8
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur4-9/+25
2015-10-13be2net: pad skb to meet minimum TX pkt size in BE3Suresh Reddy1-4/+5
2015-10-13be2net: release mcc-lock in a failure case in be_cmd_notify_wait()Suresh Reddy1-2/+5
2015-10-13be2net: fix BE3-R FW download compatibility checkKalesh AP1-1/+9
2015-10-13net/fsl_pq_mdio: fix computed address for the TBI registerGerlando Falauto1-6/+18
2015-10-13net/fsl_pq_mdio: check TBI address for consistency with mapped rangeGerlando Falauto1-0/+10
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan1-1/+1
2015-10-13rtnetlink: fix gcc -Wconversion warningArad, Ronen1-1/+1
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa1-0/+2
2015-10-11bnx2x: Prevent UDP 4-tuple configurations on older adaptersYuval Mintz1-0/+7
2015-10-11mlxsw: Fix bug in __mlxsw_item_bit_array_offsetIdo Schimmel1-1/+3
2015-10-11mlxsw: switchx2: changing order of exit fallbacksElad Raz1-1/+1
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong1-1/+10
2015-10-09MAINTAINERS: Update mlx4_en driver entryIdo Shamay1-1/+0
2015-10-09net/mlx5e: Disable VLAN filter in promiscuous modeAchiad Shochat1-2/+14
2015-10-09net/mlx5: Fix typo in mlx5_query_port_pvlcJiri Pirko1-1/+1
2015-10-09net/mlx4_core: Avoid failing the interrupts testCarol L Soto1-0/+4
2015-10-08net/mlx4: Remove shared_ports variable at mlx4_enable_msi_xCarol L Soto1-8/+2
2015-10-08net: mdio-octeon: Drop obsolete Kconfig adviceJean Delvare1-2/+0
2015-10-08mlxsw: fix warnings for big-endian 32-bit dma_addr_tArnd Bergmann1-4/+4
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov1-0/+1
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong1-0/+1
2015-10-08af_unix: constify the sock parameter in unix_sk()Paul Moore1-1/+1
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer2-17/+10
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer4-11/+11
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer2-0/+18
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer1-0/+6
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer1-4/+7