aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu4-9/+1
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault5-3/+182
2014-09-02xfrm: hash prefixed policies based on preflen thresholdsChristophe Gouault3-16/+117
2014-08-29xfrm: remove useless hash_resize_mutex locksYing Xue1-10/+3
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-25Merge branch 'bnx2x-next'David S. Miller5-18/+44
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-25Merge branch 'is_kdump_kernel'David S. Miller4-3/+7
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-24Merge branch 'ndo_xmit_flush'David S. Miller11-27/+77
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-24Merge branch 'csums-next'David S. Miller12-103/+233
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
2014-08-24net: skb_gro_checksum_* functionsTom Herbert2-3/+107
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann14-22/+24
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller3-22/+50
2014-08-23Merge branch 'bcm7xxx_apd_eee'David S. Miller6-127/+229
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli2-0/+34
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli1-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli2-2/+31
2014-08-23net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli1-0/+11
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli1-1/+26
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli2-18/+20
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli2-104/+103