aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-06inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov3-15/+27
2011-12-06inet_diag: Move byte-code finding up the call-stackPavel Emelyanov1-19/+17
2011-12-06sock_diag: Introduce new message typePavel Emelyanov2-2/+16
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov5-18/+25
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq2-88/+92
2011-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller132-2805/+6635
2011-12-06bnx2x: fix crash while ethtool -tDmitry Kravkov1-0/+3
2011-12-06netback: fix typo in commentWei Liu1-1/+1
2011-12-06netback: remove redundant assignmentWei Liu1-4/+0
2011-12-06bnx2x, cnic: support DRV_INFO upon FW requestBarak Witkowski6-8/+459
2011-12-06bnx2x: support classification config queryAriel Elior2-0/+46
2011-12-06bnx2x: add fcoe statisticsBarak Witkowski4-23/+120
2011-12-06bnx2x: add PFC statisticsBarak Witkowski6-3/+63
2011-12-06openvswitch: small potential memory leak in ovs_vport_alloc()Dan Carpenter1-1/+3
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville132-2805/+6635
2011-12-06ipv4: arp: Cleanup in arp.cIgor Maravic1-10/+10
2011-12-05tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet1-13/+10
2011-12-05bql: fix CONFIG_XPS=n buildEric Dumazet1-2/+0
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet1-5/+8
2011-12-05caif: Stash away hijacked skb destructor and call it latersjur.brandeland@stericsson.com1-1/+33
2011-12-05caif: Add support for flow-control on device's tx-queuesjur.brandeland@stericsson.com1-1/+84
2011-12-05caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com5-9/+224
2011-12-05if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.sjur.brandeland@stericsson.com1-0/+1
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller5-71/+80
2011-12-05infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller1-12/+12
2011-12-05cxgb4i: Handle dst_get_neighbour_noref() returning NULL.David Miller1-1/+7
2011-12-05libcxgbi: Handle dst_get_neighbour_noref() returning NULL.David Miller1-2/+8
2011-12-05infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function.David Miller1-140/+80
2011-12-05infiniband: nes: Use dst's neighbour entry.David Miller1-9/+5
2011-12-05cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller1-3/+15
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller5-23/+25
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller1-26/+21
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller29-58/+58
2011-12-05ixgbe: Remove function prototype for non-existent functionGreg Rose1-1/+0
2011-12-05ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend1-11/+10
2011-12-05ixgbe: DCBnl set_all, order of operations fixJohn Fastabend1-48/+29
2011-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick1-7/+19
2011-12-05e1000e: hitting BUG_ON() from napi_enableBruce Allan1-2/+2
2011-12-05e1000e: Avoid wrong check on TX hangJeff Kirsher2-3/+21
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet1-1/+6
2011-12-04tcp: take care of misalignmentsEric Dumazet3-8/+24
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-4/+4
2011-12-04ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-04bnx2x: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2-3/+3
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller42-52/+6000
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller2-12/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56