summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-15atl1: handle rx in separate conditionTony Zelenoff1-9/+10
2012-04-15bridge: Add multicast_querier toggle and disable queries by defaultHerbert Xu3-0/+40
2012-04-15bridge: Restart queries when last querier expiresHerbert Xu1-1/+18
2012-04-15bridge: Add br_multicast_start_querierHerbert Xu1-9/+16
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet167-455/+461
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta16-49/+49
2012-04-15virtio-net: send gratuitous packets when neededJason Wang2-5/+73
2012-04-15isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe1-9/+1
2012-04-14ipv6: Remove unused argument to addrconf_dad_start().David S. Miller1-6/+6
2012-04-14net: Fix spelling typo in netMasanari Iida11-12/+12
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian1-2/+0
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot4-8/+18
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet4-2/+10
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet3-4/+4
2012-04-14net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi1-1/+1
2012-04-14net/wan: use module_pci_driverAxel Lin2-24/+2
2012-04-14net/tokenring: use module_pci_driverAxel Lin4-48/+4
2012-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-58/+62
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger4-55/+111
2012-04-14ixgbe: add I2C clock stretchingDon Skidmore2-6/+15
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny1-2/+2
2012-04-14e1000e: cleanup boolean logicBruce Allan6-35/+31
2012-04-14e1000e: cleanup remaining strings split across multiple linesBruce Allan2-15/+12
2012-04-14e100: enable transmit time stamping.Richard Cochran1-0/+1
2012-04-14e100: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-14ixgbe: fix WoL issue with fiberDon Skidmore1-0/+10
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan1-5/+10
2012-04-13bonding: Fixup get_tx_queue() op second arg type.David S. Miller1-1/+1
2012-04-13rtnetlink: ops->get_tx_queue() cannot take a const 'tb'.David S. Miller1-1/+1
2012-04-13net: smsc911x: fix skb handling in receive pathWill Deacon1-9/+5
2012-04-13ks8851: Fix missing mutex_lock/unlockMatt Renzelmann1-4/+4
2012-04-13Phonet: change maintainer addressRémi Denis-Courmont1-1/+1
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA2-3/+1
2012-04-13drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek4-11/+9
2012-04-138139cp: set intr mask after its handler is registeredJason Wang1-2/+8
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet3-1/+13
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff3-10/+7
2012-04-13net: WIZnet drivers: fix possible NULL dereferenceMike Sinkovsky2-2/+2
2012-04-13rtnetlink: fix commentsstephen hemminger1-2/+4
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger3-12/+8
2012-04-13ethernet: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2012-04-13enic: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2012-04-13broadcom: replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+1
2012-04-13net: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2012-04-13net/garp: fix GID rbtree orderingDavid Ward1-4/+4
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin4-8/+8
2012-04-13ppp: Fix race condition with queue start/stopDavid Woodhouse1-9/+6
2012-04-13pppoatm: Fix excessive queue bloatDavid Woodhouse1-10/+85