summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: poll/select low latency socket supportEliezer Tamir2013-06-257-22/+91
* ethernet/arc/arc_emac - Add new driverAlexey Brodkin2013-06-258-0/+1249
* net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-251-4/+1
* net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-252-10/+25
* net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann2013-06-251-1/+1
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-255-50/+15
* ktime: add ms_to_ktime() and ktime_add_ms() helpersDaniel Borkmann2013-06-251-0/+13
* net: sctp: remove TEST_FRAME ifdefDaniel Borkmann2013-06-251-7/+0
* net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein2013-06-251-0/+5
* net/mlx4_core: Add warning in case of command timeoutsDotan Barak2013-06-251-0/+6
* net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak2013-06-251-3/+3
* net/mlx4_en: Remove an unnecessary testDotan Barak2013-06-251-3/+0
* net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin2013-06-251-0/+9
* net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev2013-06-251-4/+4
* net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev2013-06-251-2/+2
* net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev2013-06-251-1/+2
* net/mlx4_en: Do not query stats when device port is downJack Morgenstein2013-06-251-4/+5
* net/mlx4_en: Fix resource leak in error flowDotan Barak2013-06-251-1/+1
* ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa2013-06-251-0/+1
* ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa2013-06-251-6/+0
* ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2013-06-252-75/+97
* mlx4: allow order-0 memory allocations in RX pathEric Dumazet2013-06-252-86/+95
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-06-259-59/+114
|\
| * sfc: Improve test for IOMMU in useBen Hutchings2013-06-241-1/+1
| * sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-242-38/+40
| * sfc: Do not pass non-TCP packets into GRO codeBen Hutchings2013-06-241-1/+1
| * sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-242-5/+15
| * sfc: Enable accelerated RFS on vlansAndy Lutomirski2013-06-241-1/+14
| * sfc: Report software timestamping capabilitiesBen Hutchings2013-06-243-11/+22
| * sfc: Increase size of RX SKB header areaJon Cooper2013-06-241-1/+1
| * sfc: Enable RX checksum offload for packets not handled by GROJon Cooper2013-06-241-0/+2
| * sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-244-1/+18
* | qeth: use default napi weightSebastian Ott2013-06-251-1/+1
* | qeth: Fix crash on initial MTU size changeStefan Raspl2013-06-251-2/+4
* | qeth: change default standard blkt settings for OSAUrsula Braun2013-06-251-5/+5
* | qeth: Increase default MTU for OSA devicesStefan Raspl2013-06-251-3/+4
* | netiucv: remove unused macroAndy Shevchenko2013-06-251-20/+0
* | bnx2x: Remove sparse and coccinelle warningsYuval Mintz2013-06-253-7/+12
* | ipv6: add include file to suppress sparse warningsEric Dumazet2013-06-251-0/+1
* | tcp: remove invalid __rcu annotationEric Dumazet2013-06-251-3/+3
* | packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann2013-06-243-0/+181
* | net: netlink: virtual tap device managementDaniel Borkmann2013-06-242-0/+117
* | net: if_arp: add ARPHRD_NETLINK typeDaniel Borkmann2013-06-241-0/+1
* | net: Restore unintentional reverts.David S. Miller2013-06-243-3/+0
|/
* bnx2x: Fix compilation with no IOV supportYuval Mintz2013-06-243-12/+18
* net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-243-3/+6
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-24210-2842/+27577
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-21210-2842/+27577
| |\
| | * mwifiex: channel switch handling for stationAmitkumar Karwar2013-06-196-0/+54
| | * mwifiex: add basic 11h support for stationAmitkumar Karwar2013-06-198-0/+155