summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-121-1/+2
* sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings2013-03-061-1/+1
* sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings2013-03-061-2/+2
* sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-261-4/+12
* sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-02-262-6/+8
* sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings2013-02-261-5/+10
* usbnet: smsc95xx: rename FEATURE_AUTOSUSPENDMing Lei2013-02-251-7/+7
* usbnet: smsc95xx: fix broken runtime suspendMing Lei2013-02-251-10/+2
* usbnet: smsc95xx: fix suspend failureMing Lei2013-02-251-3/+9
* bgmac: fix indexing of 2nd level loopsRafał Miłecki2013-02-251-7/+11
* b43: Fix lockdep splat on module unloadLarry Finger2013-02-251-1/+2
* Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar2013-02-251-8/+2
* IP_GRE: Fix GRE_CSUM case.Pravin B Shelar2013-02-251-4/+8
* VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar2013-02-251-1/+2
* IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-253-3/+23
* Merge branch 'wireless'David S. Miller2013-02-253-29/+5
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-253-29/+5
|/|
| * brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun2013-02-221-1/+3
| * mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-221-10/+1
| * mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-222-18/+1
* | net/pasemi: Fix missing coding styleSyam Sidhardhan2013-02-251-3/+6
* | vmxnet3: fix ethtool ring buffer size settingNeil Horman2013-02-251-4/+2
* | vmxnet3: make local function staticstephen hemminger2013-02-251-2/+2
* | bnx2x: remove dead code and make local funcs staticstephen hemminger2013-02-252-60/+2
* | gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker2013-02-241-12/+14
* | vlan: adjust vlan_set_encap_proto() for its callersCong Wang2013-02-241-3/+3
* | sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msgMathias Krause2013-02-231-17/+7
* | sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause2013-02-231-0/+3
* | vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook2013-02-231-1/+1
* | mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza2013-02-231-1/+1
* | mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza2013-02-231-1/+1
* | tcp: fix SYN-data space mis-accountingYuchung Cheng2013-02-221-7/+11
* | sock: only define socket limit if mem cgroup configuredstephen hemminger2013-02-221-0/+2
* | net: fix possible deadlock in sum_frag_mem_limitEric Dumazet2013-02-221-1/+7
* | net: fec: Fix division by zeroFabio Estevam2013-02-221-34/+34
* | net: Fix locking bug in netif_set_xps_queueAlexander Duyck2013-02-221-1/+3
* | ipv4: fix error handling in icmp_protocol.Li Wei2013-02-223-1/+25
* | ipv6: use a stronger hash for tcpEric Dumazet2013-02-224-6/+24
* | qlcnic: Bump up the version to 5.1.35Jitendra Kalsaria2013-02-221-2/+2
* | qlcnic: Fix configure interrupts for 83xx adapter typesManish Chopra2013-02-221-7/+0
* | qlcnic: Fix internal loopback test for 82xx adapterShahed Shaikh2013-02-221-1/+1
* | net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam2013-02-211-15/+15
* | ipv4: fix a bug in ping_err().Li Wei2013-02-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211403-60763/+99811
|\ \
| * | ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-204-38/+18
| * | net: fix a wrong assignment in skb_split()Amerigo Wang2013-02-201-1/+1
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-2045-444/+1297
| |\ \
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1945-444/+1297
| | |\|
| | | * net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmall...Kumar Amit Mehta2013-02-181-1/+1
| | | * net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta2013-02-181-2/+9