summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Fix input route performance regression.David S. Miller2012-07-277-37/+48
* pch_gbe: vlan skb len fixAndy Cress2012-07-261-7/+0Star
* pch_gbe: add extra clean txAndy Cress2012-07-261-13/+44
* pch_gbe: fix transmit watchdog timeoutAndy Cress2012-07-261-1/+1
* ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov2012-07-261-5/+6
* be2net: Fix to parse RSS hash from Receive completions correctly.Sarveshwar Bandi2012-07-261-2/+2
* net/mlx4_en: Limit the RFS filter IDs to be < RPS_NO_FILTERAmir Vadai2012-07-261-1/+1
* hyperv: Add error handling to rndis_filter_device_add()Haiyang Zhang2012-07-261-7/+4Star
* hyperv: Add a check for ring_size valueHaiyang Zhang2012-07-261-1/+6
* ipv4: rt_cache_valid must check expired routesEric Dumazet2012-07-261-3/+5
* net/pch_gpe: Cannot disable ethernet autonegationWei Yang2012-07-262-2/+3
* qeth: repair crash in qeth_l3_vlan_rx_kill_vid()frank.blaschka@de.ibm.com2012-07-261-0/+4
* netiucv: cleanup attribute usagefrank.blaschka@de.ibm.com2012-07-261-28/+6Star
* net: wiznet add missing HAS_IOMEM dependencyfrank.blaschka@de.ibm.com2012-07-261-0/+1
* be2net: Missing byteswap in be_get_fw_log_level causes oops on PowerPCAnton Blanchard2012-07-262-3/+4
* mlx4: Add support for EEH error recoveryKleber Sacilotto de Souza2012-07-263-11/+93
* cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWANDan Williams2012-07-241-23/+45
* wanmain: comparing array with NULLAlan Cox2012-07-241-28/+23Star
* caif: fix NULL pointer checkAlan Cox2012-07-241-0/+3
* team: init error value to 0 in team_netpoll_setup()Jiri Pirko2012-07-241-1/+1
* tcp: early_demux fixesEric Dumazet2012-07-242-8/+6Star
* bnx2x: Correct EEE statistics gatheringYuval Mintz2012-07-242-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241363-57829/+69993
|\
| * genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong2012-07-242-2/+2
| * r8169: revert "add byte queue limit support".Francois Romieu2012-07-241-22/+5Star
| * ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-242-5/+9
| * net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-241-2/+1Star
| * ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-2410-27/+27
| * ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller2012-07-231-9/+2Star
| * ipv4: Really ignore ICMP address requests/replies.David S. Miller2012-07-231-82/+2Star
| * decnet: Don't set RTCF_DIRECTSRC.David S. Miller2012-07-231-2/+0Star
| * net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh2012-07-231-5/+5
| * ipv4: Remove redundant assignmentLin Ming2012-07-231-1/+0Star
| * rds: set correct msg_namelenWeiping Pan2012-07-231-0/+3
| * openvswitch: potential NULL deref in sample()Dan Carpenter2012-07-231-0/+3
| * tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-235-21/+51
| * bnx2x: Add new 57840 device IDsYuval Mintz2012-07-233-10/+38
| * tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-231-2/+3
| * niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() retu...Shuah Khan2012-07-231-1/+1
| * niu: Fix to check for dma mapping errors.Shuah Khan2012-07-231-0/+4
| * net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl2012-07-231-2/+2
| * Merge branch 'kill_rtcache'David S. Miller2012-07-2326-1206/+292Star
| |\
| | * ipv4: Kill rt->fiDavid S. Miller2012-07-202-32/+1Star
| | * ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-203-9/+9
| | * ipv4: Kill rt->rt_oifDavid S. Miller2012-07-204-9/+5Star
| | * ipv4: Dirty less cache lines in route caching paths.David S. Miller2012-07-201-3/+3
| | * ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-206-13/+5Star
| | * ipv4: Cache input routes in fib_info nexthops.David S. Miller2012-07-203-12/+46
| | * ipv4: Cache output routes in fib_info nexthops.David S. Miller2012-07-203-43/+101
| | * ipv4: Kill routes during PMTU/redirect updates.David S. Miller2012-07-202-12/+30