summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-14bridge: use __u16 in if_bridge.hCong Wang
2013-02-14Merge branch 'bridge_vlan'David S. Miller
2013-02-14bridge: Separate egress policy bitmapVlad Yasevich
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-14bridge: Add vlan id to multicast groupsVlad Yasevich
2013-02-14bridge: Add vlan to unicast fdb entriesVlad Yasevich
2013-02-14bridge: Add the ability to configure pvidVlad Yasevich
2013-02-14bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-14bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-14bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich
2013-02-14bridge: Validate that vlan is permitted on ingressVlad Yasevich
2013-02-14bridge: Add vlan filtering infrastructureVlad Yasevich
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki
2013-02-13be2net: remove BUG_ON() in be_mcc_compl_is_new()Sathya Perla
2013-02-13net: ethernet: ti: remove redundant NULL check.Cyril Roelandt
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13Merge branch 'tcp_tsoffset'David S. Miller
2013-02-13tcp: send packets with a socket timestampAndrey Vagin
2013-02-13tcp: set and get per-socket timestampAndrey Vagin
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan
2013-02-13gianfar: convert u64 status counters to atomic64_tPaul Gortmaker
2013-02-13gianfar: remove largely unused gfar_stats structPaul Gortmaker
2013-02-12act_police: improved accuracy at high ratesJiri Pirko
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko
2013-02-12tbf: improved accuracy at high ratesJiri Pirko
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-12htb: fix values in opt dumpJiri Pirko
2013-02-12net: fec_mpc52xx: Read MAC address from device-treeStefan Roese
2013-02-12cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya
2013-02-12driver: net: ethernet: cpsw: dual emac interface implementationMugunthan V N
2013-02-12driver: net: ethernet: cpsw: make cpts as pointerMugunthan V N
2013-02-12driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...Mugunthan V N
2013-02-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-12net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann
2013-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville