aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2-21/+21
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil1-1/+1
2013-02-14gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil1-45/+48
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2-12/+14
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2-5/+0
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller10-41/+438
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-14bgmac: add read of interrupt mask after disabling interruptsNathan Hintz1-0/+1
2013-02-14bridge: use __u16 in if_bridge.hCong Wang1-2/+2
2013-02-13Merge branch 'bridge_vlan'David S. Miller23-131/+1265
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich4-6/+20
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich10-35/+162
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich4-17/+50
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich6-10/+126
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich7-18/+104
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich7-18/+207
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann1-0/+7
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann1-6/+6
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki2-6/+7
2013-02-13be2net: remove BUG_ON() in be_mcc_compl_is_new()Sathya Perla1-5/+8
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt1-4/+2
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar11-38/+29
2013-02-13Merge branch 'tcp_tsoffset'David S. Miller8-17/+47
2013-02-13tcp: send packets with a socket timestampAndrey Vagin5-17/+30
2013-02-13tcp: set and get per-socket timestampAndrey Vagin2-0/+10
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin3-0/+7
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller3-45/+37
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker3-30/+31
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker2-16/+7
2013-02-12act_police: improved accuracy at high ratesJiri Pirko1-46/+53
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko2-15/+15
2013-02-12tbf: improved accuracy at high ratesJiri Pirko1-39/+37
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2-5/+11
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko3-56/+65
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko1-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko1-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko1-2/+2
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-130/+111