aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam1-7/+10
2014-10-06drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang1-0/+1
2014-10-06net: skb_segment() provides list head and tailEric Dumazet2-12/+20
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross13-42/+461
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross10-43/+74
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross3-5/+14
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou5-0/+481
2014-10-06net: fec: fix build error at m68k platformFrank Li1-0/+1
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther3-31/+48
2014-10-05Altera TSE: Add support for no PHYWalter Lozano1-0/+8
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano1-21/+36
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich4-7/+136
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich2-7/+4
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich3-0/+48
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart1-6/+6
2014-10-05isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt1-7/+5
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt1-2/+0
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt1-1/+2
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt1-3/+0
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli1-1/+0
2014-10-04Removed unused inet6 address stateSébastien Barré1-1/+0
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian2-7/+8
2014-10-04mlx4: add a new xmit_more counterEric Dumazet4-8/+19
2014-10-03ip_tunnel: Add GUE supportTom Herbert2-0/+14
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert3-9/+217
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert4-40/+13
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert1-1/+1
2014-10-03net: do not export skb_gro_receive()Eric Dumazet1-1/+0
2014-10-03drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEMChen Gang1-1/+1
2014-10-03drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang1-1/+1
2014-10-03drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEMChen Gang1-0/+1
2014-10-03drivers/net/can/Kconfig: Let CAN_AT91 depend on HAS_IOMEMChen Gang1-1/+1
2014-10-03net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen1-0/+1
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen4-25/+60
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen5-168/+298
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen5-114/+188
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen12-222/+331
2014-10-03qdisc: validate skb without holding lockEric Dumazet4-38/+56
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser19-34/+0
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer1-9/+3
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2-2/+60
2014-10-03et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon9-8/+5597
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2-46/+22
2014-10-02rtlwifi: Fix static checker warnings for various driversLarry Finger8-54/+12
2014-10-02rtlwifi: Fix Kconfig for RTL8192EELarry Finger1-1/+2
2014-10-02ath9k: Fix flushing in MCC modeSujith Manoharan1-0/+16