summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-2633-233/+218
|\
| * 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 branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-02-2621-229/+563
|\ \ \
| * | | target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-234-7/+7
| * | | target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2013-02-201-0/+114
| * | | iscsi-target: Enforce individual network portal export once per TargetNameNicholas Bellinger2013-02-201-0/+39
| * | | iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...Nicholas Bellinger2013-02-202-26/+41
| * | | target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-191-0/+8
| * | | target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-194-20/+9
| * | | target: Fix parameter list length checking in MODE SELECTRoland Dreier2013-02-131-0/+13
| * | | target: Fix error checking for UNMAP commandsRoland Dreier2013-02-133-1/+21
| * | | target: Fix sense data for out-of-bounds IO operationsRoland Dreier2013-02-131-1/+1
| * | | target_core_rd: break out unterminated loop during copyHannes Reinecke2013-02-131-0/+12
| * | | tcm_vhost: Multi-queue supportAsias He2013-02-132-17/+31