summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-28net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli
2014-08-28net: dsa: reduce number of protocol hooksFlorian Fainelli
2014-08-28sungem: Fix global namespace pollution of phy accessors.David S. Miller
2014-08-28tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller
2014-08-28f_ncm: Don't use netdev_start_xmit().David S. Miller
2014-08-27ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier
2014-08-27ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier
2014-08-27ethernet: arc: remove use of 'struct platform_device'Romain Perier
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal
2014-08-27bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz
2014-08-27r8152: replace strncpy with strlcpyhayeswang
2014-08-27net: Update sk_buff flag bit availability comment.David S. Miller
2014-08-26neigh: document gc_thresh2stephen hemminger
2014-08-26net: bnx2x: fix build error with ptpRandy Dunlap
2014-08-26team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko
2014-08-26bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov
2014-08-26Merge branch 'bnx2x-next'David S. Miller
2014-08-26bnx2x: Fix timesync endianityMichal Kalderon
2014-08-26bnx2x: Be more forgiving toward SW GRODmitry Kravkov
2014-08-26bnx2x: VF clean statisticsYuval Mintz
2014-08-26bnx2x: Fix stop-on-errorYuval Mintz
2014-08-26bnx2x: ethtool -d might cause timeout in logDmitry Kravkov
2014-08-26net: make skb an optional parameter for__skb_flow_dissect()WANG Cong
2014-08-26net: fix comments for __skb_flow_get_ports()WANG Cong
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller
2014-08-25Merge branch 'is_kdump_kernel'David S. Miller
2014-08-25net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai
2014-08-25net/mlx4: Use is_kdump_kernel() to detect kdump kernelAmir Vadai
2014-08-25crash_dump: Make is_kdump_kernel() accessible from modulesAmir Vadai
2014-08-25stmmac: simple cleanupsPavel Machek
2014-08-25r8152: check code with checkpatch.plhayeswang
2014-08-25Merge branch 'ndo_xmit_flush'David S. Miller
2014-08-25virtio_net: Support netdev_ops->ndo_xmit_flush()David S. Miller
2014-08-25igb: Support netdev_ops->ndo_xmit_flush()David S. Miller
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-25ipv6: White-space cleansing : Structure layoutsIan Morris
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris
2014-08-25net: ec_bhf: remove excessive debug messagesDarek Marcinkiewicz
2014-08-25random32: improvements to prandom_bytesDaniel Borkmann
2014-08-25Merge branch 'csums-next'David S. Miller
2014-08-25gre: When GRE csum is present count as encap layer wrt csumTom Herbert
2014-08-25udp: additional GRO supportTom Herbert
2014-08-25tcp: Call skb_gro_checksum_validateTom Herbert
2014-08-25gre: call skb_gro_checksum_simple_validateTom Herbert
2014-08-25net: add gro_compute_pseudo functionsTom Herbert
2014-08-25net: skb_gro_checksum_* functionsTom Herbert
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller