aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme2-7/+9
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2-7/+11
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme3-123/+62
2014-05-22batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang1-1/+1
2014-05-22net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai4-18/+17
2014-05-22net/mlx4_core: Deprecate use_prio module parameterAmir Vadai2-5/+4
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-22ieee802154: missing put_dev() on errorDan Carpenter1-2/+4
2014-05-22net: cdc_ncm: fix typo in test for supported formatsDan Carpenter1-1/+2
2014-05-22xilinx: Use time_before_eq()Manuel Schölling3-3/+3
2014-05-22micrel: Use time_before_eq()Manuel Schölling1-1/+1
2014-05-22mISDN: Use mod_timer()Manuel Schölling1-8/+4
2014-05-22mISDN: Use time_before()Manuel Schölling1-2/+2
2014-05-22qlogic: Use time_before()Manuel Schölling1-5/+5
2014-05-22bonding: Send ALB learning packets using the right sourceVlad Yasevich1-14/+35
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico1-2/+0
2014-05-22bonding: populate essential new_slave->bond/dev earlyVeaceslav Falico1-2/+2
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich1-3/+4
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2-27/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer1-6/+5
2014-05-22bridge: make br_device_notifier staticCong Wang4-121/+99
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22net: doc: Update references to skb->rxhashTobias Klauser2-2/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-22net: davinci_emac: fix oops caused by uninitialized ndev->devSekhar Nori1-4/+2
2014-05-22powerpc/fsl: fsl_soc: remove 'fixed-link' parsing codeFlorian Fainelli1-32/+0
2014-05-22of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2-48/+0
2014-05-22ucc_geth: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22gianfar: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-05-22fs_enet: use the new fixed PHY helpersFlorian Fainelli1-7/+10
2014-05-22net: systemport: use the new fixed PHY helpersFlorian Fainelli2-2/+16
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli1-8/+13
2014-05-22Documentation: devicetree: net: refer to fixed-link.txtFlorian Fainelli3-6/+3
2014-05-22Documentation: devicetree: add old and deprecated 'fixed-link'Florian Fainelli1-0/+12
2014-05-22stmmac: Remove unbalanced clk_disable callHans de Goede1-3/+1
2014-05-22teaming: fix vlan_features computingMichal Kubeček1-1/+1
2014-05-22bonding: fix vlan_features computingMichal Kubeček1-0/+1
2014-05-22vlan: more careful checksum features handlingMichal Kubeček2-2/+16
2014-05-22net: fec: correct the MDIO clock sourceNimrod Andy1-1/+1
2014-05-22net: fec: optimize the clock management to save powerNimrod Andy1-64/+56
2014-05-22net: mv643xx_eth: Implement software TSOEzequiel Garcia1-4/+160
2014-05-22net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia1-12/+6
2014-05-22net: mv643xx_eth: Factorize feature settingEzequiel Garcia1-3/+5
2014-05-22net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia1-3/+6
2014-05-22net: mv643xx_eth: Factorize initial checksum and command preparationEzequiel Garcia1-48/+65
2014-05-22net: mvneta: Implement software TSOEzequiel Garcia1-1/+152
2014-05-22net: mvneta: Clean mvneta_tx() sk_buff handlingEzequiel Garcia1-8/+7
2014-05-22net: mvneta: Factorize feature settingEzequiel Garcia1-2/+2