summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: limit GSO packets to half cwndEric Dumazet2014-11-131-4/+8
* rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-134-33/+26
* Merge branch 'mlx4-next'David S. Miller2014-11-139-119/+440
|\
| * net/mlx4_core: Support more than 64 VFsMatan Barak2014-11-133-3/+31
| * net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak2014-11-137-42/+190
| * net/mlx4_core: Add QUERY_FUNC firmware commandMatan Barak2014-11-132-0/+67
| * net/mlx4_core: Refactor mlx4_load_oneMatan Barak2014-11-131-42/+99
| * net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak2014-11-133-36/+57
| * net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak2014-11-133-4/+4
| * net/mlx4_core: Fix wrong reading of reserved_eqsMatan Barak2014-11-131-1/+1
|/
* Merge branch 'rhash_prove_locking'David S. Miller2014-11-134-7/+24
|\
| * rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-134-5/+6
| * rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-132-0/+10
| * netfilter: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+4
| * netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-2/+4
|/
* net: sh_eth: Add r8a7793 supportHisashi Nakamura2014-11-132-0/+3
* net: sh_eth: Add RMII mode setting in probeHisashi Nakamura2014-11-131-0/+4
* net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-133-10/+11
* amd-xgbe: fix ->rss_hash_typeDan Carpenter2014-11-131-1/+1
* cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-1311-142/+200
* tun: fix issues of iovec iterators using in tun_put_user()Jason Wang2014-11-131-1/+3
* FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf2014-11-131-1/+1
* net: systemport: fix tx work done in TX napi pollFlorian Fainelli2014-11-131-1/+3
* enic: fix work done in tx napi_pollGovindarajulu Varadarajan2014-11-131-1/+2
* irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches2014-11-136-18/+6
* hyperv: Add processing of MTU reduced by the hostHaiyang Zhang2014-11-123-3/+14
* amd-xgbe: Fix sparse endian warningsLendacky, Thomas2014-11-121-4/+4
* net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang2014-11-121-1/+1
* cxgb4: Fix static checker warningHariprasad Shenai2014-11-121-1/+0
* ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-124-47/+157
* udp: Neaten function pointer calls and add bracesJoe Perches2014-11-121-17/+17
* Merge branch 'r8152-next'David S. Miller2014-11-121-4/+8
|\
| * r8152: check RTL8152_UNPLUG and netif_running before autoresumehayeswang2014-11-121-3/+6
| * r8152: clear the flag of SCHEDULE_TASKLET in tasklethayeswang2014-11-121-0/+2
| * r8152: remove the duplicate init for the list of rx_donehayeswang2014-11-121-1/+0
|/
* Merge branch 'bcm7xxx-next'David S. Miller2014-11-121-44/+90
|\
| * net: phy: bcm7xxx: add workaround for PHY revision E0 and F0Florian Fainelli2014-11-121-0/+29
| * net: phy: bcm7xxx: add PHY revision D0 workaround sequenceFlorian Fainelli2014-11-121-0/+46
| * net: phy: bcm7xxx: introduce r_rc_cal_reset helperFlorian Fainelli2014-11-121-5/+10
| * net: phy: bcm7xxx: drop A0 revision workaround and fix B0 workaroundFlorian Fainelli2014-11-121-38/+3
| * net: phy: bcm7xxx: only show PHY revision onceFlorian Fainelli2014-11-121-1/+2
|/
* irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-1259-1930/+1244
* Merge branch 'micrel-next'David S. Miller2014-11-123-37/+93
|\
| * net: phy: micrel: enable led-mode for KSZ8081/KSZ8091Johan Hovold2014-11-122-0/+3
| * net: phy: micrel: clean up led-mode setupJohan Hovold2014-11-121-9/+22
| * net: phy: micrel: refactor led-mode error handlingJohan Hovold2014-11-121-9/+10
| * net: phy: micrel: add led-mode sanity checkJohan Hovold2014-11-121-0/+5
| * net: phy: micrel: disable broadcast for KSZ8081/KSZ8091Johan Hovold2014-11-121-1/+8
| * net: phy: micrel: refactor broadcast disableJohan Hovold2014-11-121-2/+22
| * net: phy: micrel: use BIT macroJohan Hovold2014-11-121-17/+17