summaryrefslogtreecommitdiffstats
path: root/lib/idr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-02drivers: net: NET_XGENE should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-09-01stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO1-4/+3
2014-09-01stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO1-0/+5
2014-09-01stmmac: fix LPI TW timer value to 20.5us.nandini sharma1-1/+1
2014-09-01stmmac: fix the EEE LPI Macro definitions.nandini sharma1-4/+4
2014-08-30net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2-1/+14
2014-08-30net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-30mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2-1/+37
2014-08-30net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz3-29/+43
2014-08-30stmmac: fix dma api misuseGiuseppe CAVALLARO5-27/+79
2014-08-30stmmac: ptp: fix the reference clockGiuseppe CAVALLARO4-6/+22
2014-08-30stmmac: fix tipo on mmc crc errorGiuseppe CAVALLARO3-3/+3
2014-08-30stmmac: prevent false carrier sense detectionGiuseppe CAVALLARO1-1/+1
2014-08-28phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO1-9/+9
2014-08-26mvneta: Add missing if_vlan.h include.David S. Miller1-0/+1
2014-08-26xen-netback: move netif_napi_add before binding interruptWei Liu1-3/+3
2014-08-26qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-2/+3
2014-08-26mvneta: Fix TSO and checksum for non-acceleration vlan trafficVlad Yasevich1-3/+4
2014-08-26i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-26i40e: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-26ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-26bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich1-3/+4
2014-08-26e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-8/+11
2014-08-26e1000e: Fix TSO with non-accelerated vlansVlad Yasevich1-12/+9
2014-08-26net: moxa: continue loop on skb allocation failureJonas Jensen1-7/+5
2014-08-26net: moxa: synchronize DMA memoryJonas Jensen1-0/+6
2014-08-26net: moxa: replace build_skb() with netdev_alloc_skb_ip_align() / memcpy()Jonas Jensen1-4/+5
2014-08-26net: moxa: clear DESC1 on ndo_start_xmit()Jonas Jensen1-4/+3
2014-08-26net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-08-26stmmac: set ptp_clock to NULL while unregisterGiuseppe CAVALLARO1-0/+1
2014-08-26stmmac: fix rx checksum programmingGiuseppe CAVALLARO1-7/+6
2014-08-26net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2014-08-25rtlwifi: rtl8192cu: Add new IDLarry Finger1-0/+1
2014-08-25bcma: add PCI ID for spromless BCM43217Hauke Mehrtens1-0/+1
2014-08-25net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg1-0/+1
2014-08-25ath9k: fix wrong string size for strncmp in write_file_spec_scan_ctl()Maks Naumov1-1/+1
2014-08-25at76c50x-usb: fix use after free on failure path in at76_probe()Alexey Khoroshilov1-2/+1
2014-08-25rtlwifi: btcoexist: adjust double testHimangi Saraogi1-1/+1
2014-08-25ssb: add PCI ID 0x4351Álvaro Fernández Rojas1-0/+1
2014-08-23vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-08-22mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-22net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes1-4/+0
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-22net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian1-7/+13
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy3-15/+41