aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli2-0/+20
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli2-0/+11
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli3-4/+26
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli4-3/+83
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli3-0/+4
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli2-0/+8
2014-08-27net: phy: provide stub for fixed_phy_set_link_updateFlorian Fainelli1-8/+9
2014-08-27net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli4-0/+260
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli10-105/+68
2014-08-27sungem: Fix global namespace pollution of phy accessors.David S. Miller1-17/+17
2014-08-27tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller1-76/+76
2014-08-27f_ncm: Don't use netdev_start_xmit().David S. Miller1-1/+9
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier5-61/+129
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier3-6/+5
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier1-31/+33
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2-2/+2
2014-08-27bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz1-2/+2
2014-08-27r8152: replace strncpy with strlcpyhayeswang1-2/+2
2014-08-27net: Update sk_buff flag bit availability comment.David S. Miller1-1/+1
2014-08-25neigh: document gc_thresh2stephen hemminger1-0/+6
2014-08-25net: bnx2x: fix build error with ptpRandy Dunlap1-0/+1
2014-08-25team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko1-14/+30
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2-0/+80
2014-08-25bnx2x: Fix timesync endianityMichal Kalderon1-2/+4
2014-08-25bnx2x: Be more forgiving toward SW GRODmitry Kravkov1-1/+9
2014-08-25bnx2x: VF clean statisticsYuval Mintz1-0/+5
2014-08-25bnx2x: Fix stop-on-errorYuval Mintz2-6/+21
2014-08-25bnx2x: ethtool -d might cause timeout in logDmitry Kravkov1-9/+5
2014-08-25net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2-5/+17
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann1-3/+4
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller4-56/+19
2014-08-25net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai2-2/+4
2014-08-25net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai1-1/+2
2014-08-25crash_dump: Make is_kdump_kernel() accessible from modulesAmir Vadai1-0/+1
2014-08-25stmmac: simple cleanupsPavel Machek3-12/+10
2014-08-25r8152: check code with checkpatch.plhayeswang1-31/+35
2014-08-24virtio_net: Support netdev_ops->ndo_xmit_flush()David S. Miller1-1/+9
2014-08-24igb: Support netdev_ops->ndo_xmit_flush()David S. Miller1-11/+24
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller9-15/+44
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris11-23/+0
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris5-21/+13
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris31-203/+203
2014-08-24net: ec_bhf: remove excessive debug messagesDarek Marcinkiewicz1-91/+10
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann2-23/+20
2014-08-24gre: When GRE csum is present count as encap layer wrt csumTom Herbert1-0/+1
2014-08-24udp: additional GRO supportTom Herbert4-17/+96
2014-08-24tcp: Call skb_gro_checksum_validateTom Herbert2-47/+6
2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert1-36/+7
2014-08-24net: add gro_compute_pseudo functionsTom Herbert2-0/+16