aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman4-4/+43
2014-12-02bridge: add new hwmode swdevScott Feldman1-0/+1
2014-12-02bridge: add new brport flag LEARNING_SYNCScott Feldman2-0/+2
2014-12-02bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman2-10/+12
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman4-2/+111
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman4-0/+38
2014-12-02net-sysfs: expose physical switch id for particular deviceJiri Pirko2-0/+32
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko2-1/+26
2014-12-02net: introduce generic switch devices supportJiri Pirko9-0/+161
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko8-17/+17
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko10-60/+70
2014-12-02bridge: convert flags in fbd entry into bitfieldsJiri Pirko1-3/+3
2014-12-02neigh: sort Neighbor Cache Entry FlagsJiri Pirko1-3/+2
2014-12-02bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusionJiri Pirko1-7/+7
2014-11-29netpoll: delete defconfig references to obsolete NETPOLL_TRAPPaul Gortmaker14-14/+0
2014-11-29ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2-1/+4
2014-11-29macvlan: delay the header check for dodgy packets into lower deviceJason Wang1-2/+3
2014-11-27staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger1-0/+1
2014-11-27MIPS: tlbex: Fix potential HTW race on TLBL/M/S handlersLeonid Yegoshin1-1/+9
2014-11-27ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2-40/+2
2014-11-27ARM: 8222/1: mvebu: enable strex backoff delayThomas Petazzoni1-2/+0
2014-11-27ARM: tegra: irq: fix buggy usage of irq_data irq fieldMarc Zyngier1-11/+11
2014-11-27powerpc: 32 bit getcpu VDSO function uses 64 bit instructionsAnton Blanchard1-2/+2
2014-11-27powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATEGavin Shan1-1/+1
2014-11-27powerpc/eeh: Fix PE state formatGavin Shan1-1/+1
2014-11-27powerpc/pseries: Fix endiannes issue in RTAS call from xmonLaurent Dufour1-3/+3
2014-11-27powerpc/powernv: Fix the hmi event version check.Mahesh Salgaonkar1-1/+1
2014-11-26staging: r8188eu: Fix scheduling while atomic error introduced in commit fadbe0cdLarry Finger3-18/+18
2014-11-26sparc: Add NOP dma_cache_sync() implementation.David S. Miller1-0/+8
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn4-11/+16
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf1-5/+12
2014-11-26bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf1-0/+1
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf2-0/+4
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2-0/+6
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf1-0/+6
2014-11-26sky2: Fix crash inside sky2_rx_cleanMirko Lindner1-1/+3
2014-11-26ipvlan: fix sparse warningsMahesh Bandewar1-2/+3
2014-11-26net: bcmgenet: support restarting auto-negotiationFlorian Fainelli1-0/+8
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli2-0/+100
2014-11-26net: bcmgenet: add register definitions for EEEFlorian Fainelli1-0/+22
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue8-175/+203
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue2-50/+37
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue5-69/+47
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue5-176/+153
2014-11-26tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue1-6/+6
2014-11-26tipc: remove unused between routineYing Xue1-9/+0
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue4-8/+5
2014-11-26tipc: clean up the process of link pushing packetsYing Xue3-42/+24
2014-11-26tipc: remove retransmission queueYing Xue2-38/+1
2014-11-26tipc: remove protocol message queueYing Xue2-24/+0