aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedHEADmasterJoe Perches1-2/+2
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones5-6/+20
2014-11-07cdc-ether: implement MULTICAST flag on the deviceOliver Neukum1-9/+10
2014-11-07uapi: resort Kbuild entriesstephen hemminger1-44/+44
2014-11-07stmmac: platform: fix sparse warningsAndy Shevchenko7-6/+39
2014-11-07stmmac: remove custom implementation of print_hex_dump()Andy Shevchenko1-8/+2
2014-11-07Merge branch 'iov_iter'David S. Miller4-92/+81
2014-11-07net: Kill skb_copy_datagram_const_iovecHerbert Xu2-92/+0
2014-11-07macvtap: Use iovec iteratorsHerbert Xu1-25/+21
2014-11-07tun: Use iovec iteratorsHerbert Xu1-35/+30
2014-11-07inet: Add skb_copy_datagram_iterHerbert Xu2-0/+90
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-166/+244
2014-11-06vxlan: Fix to enable UDP checksums on interfaceTom Herbert1-0/+3
2014-11-06Merge branch 'amd-xgbe-next'David S. Miller1-5/+5
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas1-2/+2
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas1-3/+3
2014-11-06netxen: Fix link event handling.Manish Chopra1-1/+2
2014-11-06enic: update desc properly in rx_copybreakGovindarajulu Varadarajan1-12/+2
2014-11-06enic: handle error condition properly in enic_rq_indicate_bufGovindarajulu Varadarajan1-0/+6
2014-11-06Merge branch 'mlx5-net'David S. Miller2-6/+5
2014-11-06net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-11-06net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller24-245/+606
2014-11-06Merge branch 'sunvnet-next'David S. Miller1-4/+3
2014-11-06sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan1-3/+2
2014-11-06sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan1-1/+1
2014-11-06Merge branch 'r8152-next'David S. Miller1-60/+32
2014-11-06r8152: remove the definitions of the PIDhayeswang1-7/+3
2014-11-06r8152: modify rtl_ops_inithayeswang1-51/+28
2014-11-06r8152: move r8152b_get_versionhayeswang1-2/+1
2014-11-06sock.h: Remove unused NETDEBUG macroJoe Perches1-3/+0
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches2-10/+10
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2-11/+7
2014-11-06dsa: mv88e6171: Add support for mv88e6172Andrew Lunn2-4/+7
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-11-06sched: fix act file names in header commentJiri Pirko6-6/+6
2014-11-06net/9p: remove a comment about pref member which doesn't existRyo Munakata1-1/+0
2014-11-06drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N1-1/+0
2014-11-06net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan1-8/+10
2014-11-06Merge branch 'sfc-next'David S. Miller9-193/+281
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah7-8/+56
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah6-141/+149
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah5-52/+84
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-06Merge branch 'stmmac-next'David S. Miller1-54/+26
2014-11-06stmmac: pci: convert to use dev_* macrosAndy Shevchenko1-4/+4
2014-11-06stmmac: pci: use managed resourcesAndy Shevchenko1-33/+10
2014-11-06stmmac: pci: convert to use dev_pm_opsAndy Shevchenko1-16/+11
2014-11-06stmmac: pci: use defined constant instead of magic numberAndy Shevchenko1-1/+1
2014-11-06stmmac: fix sparse warningsAndy Shevchenko2-3/+6
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert1-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert4-12/+26
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-05openvswitch: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme1-3/+3
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2-7/+22
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar3-8/+10
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman10-30/+345
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar10-18/+5
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert3-3/+3
2014-11-05r8152: disable the tasklet by defaulthayeswang1-2/+6
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches3-12/+3
2014-11-05fast_hash: avoid indirect function callsHannes Frederic Sowa6-93/+98
2014-11-05Merge branch 'amd-xgbe-next'David S. Miller11-277/+955
2014-11-05amd-xgbe-phy: Let AMD_XGBE_PHY depend on HAS_IOMEMLendacky, Thomas1-1/+1
2014-11-05amd-xgbe: Let AMD_XGBE depend on HAS_IOMEMLendacky, Thomas1-1/+1
2014-11-05amd-xgbe-phy: Sync PCS and PHY modes after resetLendacky, Thomas1-1/+2
2014-11-05amd-xgbe: Fix a spelling errorLendacky, Thomas1-2/+2
2014-11-05amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas3-0/+96
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas5-2/+233
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas5-51/+219
2014-11-05amd-xgbe: Implement split header receive supportLendacky, Thomas5-111/+201
2014-11-05amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas4-127/+196
2014-11-05amd-xgbe: Use the u32 data type for descriptorsLendacky, Thomas1-4/+4
2014-11-05amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas3-6/+6
2014-11-05amd-xgbe: Move ring allocation to device openLendacky, Thomas3-70/+93
2014-11-05bridge: include in6.h in if_bridge.h for struct in6_addrGregory Fong1-0/+1
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-05ipv6: move INET6_MATCH() to include/net/inet6_hashtables.hWANG Cong2-10/+10
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller43-57/+58
2014-11-05Merge branch 'gue-next'David S. Miller15-118/+565
2014-11-05gue: Receive side of remote checksum offloadTom Herbert1-9/+161
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert3-4/+46
2014-11-05gue: Protocol constants for remote checksum offloadTom Herbert1-1/+4
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert9-6/+29
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert2-53/+189
2014-11-05udp: Offload outer UDP tunnel csum if availableTom Herbert1-16/+36
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert4-49/+120
2014-11-05Merge branch 'stmmac-net'David S. Miller1-23/+29
2014-11-05stmmac: fix atomicity in pm routinesGiuseppe CAVALLARO1-13/+16
2014-11-05stmmac: fix concurrency in eee initialization.Giuseppe CAVALLARO1-6/+9
2014-11-05stmmac: fix lock in stmmac_set_rx_modeGiuseppe CAVALLARO1-2/+0
2014-11-05stmmac: release tx lock, in case of dma mapping error.Fabrice Gasnier1-0/+1
2014-11-05stmmac: fix stmmac_tx_avail should be called with TX lockedFabrice Gasnier1-2/+3
2014-11-05Merge branch 'stmmac-next'David S. Miller6-97/+16
2014-11-05stmmac: remove BUS_MODE_DAGiuseppe CAVALLARO2-14/+0
2014-11-05stmmac: remove STMMAC_DEBUG_FSGiuseppe CAVALLARO2-15/+7
2014-11-05stmmac: remove specific SoC Koption from platform.Giuseppe CAVALLARO4-68/+9
2014-11-05drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "...Chen Gang1-1/+0
2014-11-05include/linux/socket.h: Fix commentRasmus Villemoes1-1/+1
2014-11-05net: Add missing descriptions for fwmark_reflect for ipv4 and ipv6.Loganaden Velvindron1-0/+14
2014-11-05geneve: Unregister pernet subsys on module unload.Jesse Gross1-0/+1
2014-11-05geneve: Set GSO type on transmit.Jesse Gross1-0/+2
2014-11-04net: phy: spi_ks8995: remove sysfs bin file by registered attributeVladimir Zapolskiy1-1/+3
2014-11-04udp: remove blank line between set and testFabian Frederick1-1/+0
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-11-04Merge branch 'xgene-net'David S. Miller7-13/+49
2014-11-04drivers: net: xgene: fix: Use separate resourcesIyappan Subramanian2-3/+6
2014-11-04drivers: net: xgene: Backward compatibility with older firmwareIyappan Subramanian6-5/+38
2014-11-04dtb: xgene: fix: Backward compatibility with older firmwareIyappan Subramanian1-5/+5
2014-11-04esp4: remove assignment in if conditionFabian Frederick1-1/+3
2014-11-04Merge branch 'ecn_via_routing_table'David S. Miller5-44/+87
2014-11-04net: allow setting ecn via routing tableFlorian Westphal5-17/+31
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal3-18/+27
2014-11-04syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal1-15/+35
2014-11-04igmp: remove camel case definitionsFabian Frederick1-14/+14
2014-11-04udp: remove else after returnFabian Frederick1-6/+6
2014-11-04inet: frags: remove inline on static in c fileFabian Frederick1-8/+8
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick1-8/+8
2014-11-04ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick1-3/+3
2014-11-04tcp: spelling s/plugable/pluggableFabian Frederick1-1/+1
2014-11-04cipso: remove NULL assignment on staticFabian Frederick1-1/+3
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick1-1/+1
2014-11-04cipso: kerneldoc warning fixFabian Frederick1-1/+1
2014-11-03net: add rbnode to struct sk_buffEric Dumazet2-27/+20
2014-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-117/+51
2014-11-03sfc: don't BUG_ON efx->max_channels == 0 in probeEdward Cree1-1/+2
2014-11-03Merge branch 'ipv6_tunnel_iflink_init'David S. Miller4-30/+11
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert1-2/+3
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-11-03hamradio: 6pack: remove unnecessary checkSudip Mukherjee1-2/+1
2014-11-03PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov3-0/+13
2014-11-03macvtap: Fix csum_start when VLAN tags are presentHerbert Xu1-0/+2
2014-11-03net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy1-8/+8
2014-11-03Merge branch 'tun-net'David S. Miller1-11/+17
2014-11-03tun: Fix TUN_PKT_STRIP settingHerbert Xu1-4/+8
2014-11-03tun: Fix csum_start with VLAN accelerationHerbert Xu1-7/+9
2014-11-03uapi: add missing network related headers to kbuildstephen hemminger1-0/+4
2014-11-03Merge branch 'mlx4-next'David S. Miller9-26/+190
2014-11-03net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak6-7/+139
2014-11-03net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pagesIdo Shamay1-3/+4
2014-11-03net/mlx4_en: Remove RX buffers alignment to IP_ALIGNIdo Shamay2-13/+4
2014-11-03net/mlx4_core: Protect port type setting by mutexAmir Vadai1-1/+8
2014-11-03net/mlx4_core: Prevent VF from changing port configurationSaeed Mahameed3-2/+35
2014-11-03net: less interrupt masking in NAPIEric Dumazet1-25/+43
2014-11-03net: shrink struct softnet_dataEric Dumazet1-7/+8
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck1-0/+1
2014-11-03i40e: properly parse MDET registersMitch Williams1-5/+7
2014-11-03i40e: configure VM ID in qtx_ctlMitch Williams1-2/+6
2014-11-03i40e: enable debug earlierShannon Nelson1-0/+5
2014-11-03i40e: better wording for resource tracking errorsShannon Nelson1-6/+8
2014-11-03i40e: scale msix vector use when more cores than vectorsShannon Nelson1-4/+7
2014-11-03i40e: remove debugfs dump statsShannon Nelson1-91/+2
2014-11-03i40e: avoid disable of interrupt when changing ITRJesse Brandeburg1-2/+0
2014-11-03i40evf: Add support for 10G base T partsPaul M Stillwell Jr2-0/+2
2014-11-03i40e: fix link checking logicMitch Williams1-4/+7
2014-11-03i40evf: properly handle multiple AQ messagesMitch Williams1-3/+1
2014-11-03i40e: Add condition to enter fdir flush and reinitAkeem G Abodunrin1-0/+6
2014-11-01smc91x: retrieve IRQ and trigger flags in a modern wayLinus Walleij1-8/+12
2014-11-01drivers: net: ethernet: xilinx: xilinx_emaclite: Compatible with 'xlnx, xps-e...Chen Gang1-0/+1
2014-11-01Merge branch 'systemport-net'David S. Miller1-2/+11
2014-11-01net: systemport: do not crash freeing an unitialized TX ringFlorian Fainelli1-0/+7
2014-11-01net: systemport: fix DMA allocation/freeing sizesFlorian Fainelli1-2/+4
2014-11-01net: mvpp2: fix possible memory leakSudip Mukherjee1-9/+18
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller884-8410/+18904
2014-11-01sunhme: Add DMA mapping error checks.David S. Miller1-5/+57
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-29/+302
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-53/+126
2014-10-31Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-14/+14
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-10-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-28/+51
2014-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-13/+3
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds164-789/+1943
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-13/+5
2014-10-31Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds5-3/+14
2014-10-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-29/+34
2014-10-31Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki3-27/+51
2014-10-31Merge branches 'acpi-scan' and 'acpi-ec'Rafael J. Wysocki2-26/+75
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-56/+99
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-279/+158
2014-10-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-15/+21
2014-10-31Merge tag 'master-2014-10-30' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller14-32/+67
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen3-2/+49
2014-10-31drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen1-5/+5
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen3-2/+49
2014-10-31drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen1-5/+5
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-31ethernet: mvneta: Use PHY status standard messageEzequiel Garcia1-2/+1
2014-10-31stmmac: pci: set default of the filter binsAndy Shevchenko1-0/+7
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet3-9/+14