aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swapops.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07ssb: get mac address from sprom struct for gige driverHauke Mehrtens1-12/+11
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann1-9/+12
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman6-208/+224
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-07net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65
2013-02-06bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-06bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-06bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25
2013-02-06bgmac: implement missing code for BCM53572Hauke Mehrtens2-3/+5
2013-02-06macvlan: add multicast filterEric Dumazet2-0/+29
2013-02-06net: reset mac header in dev_start_xmit()Eric Dumazet1-0/+2
2013-02-06net: adjust skb_gso_segment() for calling in rx pathCong Wang3-8/+26
2013-02-06wpan: use stack buffer instead of heapAlexander Aring1-6/+1
2013-02-066lowpan: use stack buffer instead of heapAlexander Aring1-9/+4
2013-02-066lowpan: Remove __init tag from lowpan_netlink_fini().David S. Miller1-1/+1
2013-02-06team: allow userspace to take control over carrierFlavio Leitner2-0/+9
2013-02-06drivers: net:ethernet: cpsw: add support for VLANMugunthan V N3-2/+109
2013-02-06drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N3-22/+113
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman3-2/+76
2013-02-06wpan: whitespace fixAlexander Aring1-1/+1
2013-02-06ipv6: Don't send packet to big messages to selfSteffen Klassert1-2/+1
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches2-2/+0
2013-02-06net: core: Remove unnecessary alloc/OOM messagesJoe Perches2-12/+6
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger9-67/+1
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller3-26/+6
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller1-6/+10
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin1-33/+54
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin1-2/+9
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin1-0/+1
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin2-44/+61
2013-02-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck2-3/+1
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore29-30/+30
2013-02-05ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2-6/+7
2013-02-05ixgbe: fix potential null dereferenceJosh Hay1-0/+3
2013-02-05ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov6-7/+66
2013-02-05e1000e: cleanup checkpatch braces checksBruce Allan5-8/+2
2013-02-05e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan3-223/+253
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan4-41/+73
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan3-15/+48