summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-016lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-03-016lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-03-016lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-03-016lowpan: add frag information structAlexander Aring1-0/+7
2014-03-01net: w5100: Use devm_ioremap_resource()Jingoo Han1-5/+4
2014-03-01net: w5300: Use devm_ioremap_resource()Jingoo Han1-5/+4
2014-03-01packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-28Merge branch 'intel-next'David S. Miller10-150/+294
2014-02-28ixgbevf: add check for CHECKSUM_PARTIAL when doing TSOEmil Tantilov1-0/+3
2014-02-28ixgbevf: fix handling of tx checksummingEmil Tantilov1-1/+1
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore4-4/+63
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore1-1/+2
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore7-141/+161
2014-02-28ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2-3/+64
2014-02-28ipv6: addrconf: silence sparse endianness warningsBjørn Mork1-3/+3
2014-02-28neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-193/+659
2014-02-28Merge branch 'kdoc'David S. Miller2-54/+163
2014-02-28net: move net_device priv_flags out from UAPILuis R. Rodriguez2-83/+83
2014-02-28net: kdoc struct net_device flags and priv_flagsLuis R. Rodriguez1-52/+161
2014-02-28atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann1-8/+8
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet17-169/+174
2014-02-27net: add skb_mstamp infrastructureEric Dumazet1-2/+57
2014-02-27phy: micrel: add of configuration for LED modeBen Dooks2-4/+63
2014-02-27isdn: fix multiple sleep_on racesArnd Bergmann1-5/+8
2014-02-27isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann2-6/+8
2014-02-27isdn: hisax/elsa: fix sleep_on race in elsa FSMArnd Bergmann2-4/+8
2014-02-27isdn: pcbit: fix interruptible_sleep_on raceArnd Bergmann1-3/+3
2014-02-27atm: firestream: fix interruptible_sleep_on raceArnd Bergmann1-2/+2
2014-02-27Merge branch 'intel-next'David S. Miller24-170/+80
2014-02-27igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny21-64/+43
2014-02-27igb: make local functions static and remove dead codeJeff Kirsher8-98/+17
2014-02-27ixgbe: Add WoL support for a new deviceMark Rustad2-0/+2
2014-02-27ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2014-02-27ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore1-6/+12
2014-02-27ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa4-6/+18
2014-02-27ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa4-8/+16
2014-02-27ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-27neigh: probe application via netlink in NUD_PROBETimo Teräs1-4/+4
2014-02-27ieee802154: fix new function declarationJean Sacren1-1/+1
2014-02-27ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-27vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso1-3/+0
2014-02-27Merge branch 'mlx4'David S. Miller3-1/+7
2014-02-27net/mlx4_en: Fix bad use of dev_idAmir Vadai1-1/+0
2014-02-27net/mlx4_en: Expose port number through sysfsAmir Vadai1-0/+1
2014-02-27net: Add sysfs file for port numberAmir Vadai2-0/+6
2014-02-27Merge branch 'bnx2x'David S. Miller2-4/+10
2014-02-27bnx2x: save RAM in kdump kernel by disabling TPAMichal Schmidt1-0/+2
2014-02-27bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt1-0/+5
2014-02-27bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt1-4/+3