summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-293-0/+9
* sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-11-292-48/+32
* net: smc91: fix crash regression on the versatileLinus Walleij2013-11-291-18/+4
* Revert "net: smc91: fix crash regression on the versatile"David S. Miller2013-11-291-2/+18
* net: smc91: fix crash regression on the versatileLinus Walleij2013-11-291-18/+2
* net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang2013-11-291-3/+2
* r8169: check ALDPS bit and disable it if enabled for the 8168gDavid Chang2013-11-291-0/+5
* net: clamp ->msg_namelen instead of returning an errorDan Carpenter2013-11-292-2/+2
* af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2013-11-291-2/+2
* macvtap: Do not double-count received packetsVlad Yasevich2013-11-291-10/+0
* be2net: call napi_disable() for all event queuesIvan Vecera2013-11-281-2/+2
* Revert "be2net: call napi_disable() for all event queues"David S. Miller2013-11-281-1/+1
* be2net: call napi_disable() for all event queuesIvan Vecera2013-11-281-1/+1
* net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2013-11-282-12/+0
* via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu2013-11-281-5/+6
* Merge branch 'fixes-for-3.13-20131127' of git://gitorious.org/linux-can/linux...David S. Miller2013-11-283-15/+26
|\
| * can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde2013-11-261-1/+1
| * can: c_can: fix calculation of transmitted bytes on tx completeHolger Bechtold2013-11-251-0/+1
| * can: c_can: don't call pm_runtime_get_sync() from interrupt contextMarc Kleine-Budde2013-11-251-6/+15
| * can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp2013-11-251-8/+9
* | xen-netback: include definition of csum_ipv6_magicAndy Whitcroft2013-11-281-0/+1
* | sit: use kfree_skb to replace dev_kfree_skbGao feng2013-11-281-3/+3
* | macvtap: fix tx_dropped counting errorJason Wang2013-11-281-1/+1
* | phy: Add Vitesse 8514 phy IDShaohui Xie2013-11-281-0/+15
* | sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2013-11-283-1/+6
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-283-7/+25
* | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-281-1/+1
* | tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-11-281-19/+6
* | bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong2013-11-284-9/+19
* | diag: warn about missing first netlink attributeNicolas Dichtel2013-11-283-0/+3
|/
* be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde2013-11-232-6/+5
* be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde2013-11-231-0/+7
* be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde2013-11-231-0/+2
* sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2013-11-231-0/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-2312-17/+26
* sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel2013-11-231-6/+38
* tcp_memcg: remove useless var old_limGao feng2013-11-231-2/+0
* gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2013-11-232-33/+20
* gro: Only verify TCP checksums for candidatesHerbert Xu2013-11-232-0/+10
* net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong2013-11-231-1/+2
* gso: handle new frag_list of frags GRO packetsHerbert Xu2013-11-211-25/+50
* genetlink: fix genl_set_err() group IDJohannes Berg2013-11-211-0/+3
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-212-6/+3
* packet: fix use after free race in send path when dev is releasedDaniel Borkmann2013-11-212-23/+37
* xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel2013-11-211-3/+3
* wimax: remove dead codeMichael Opdenacker2013-11-211-1/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-11-2117-53/+135
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-2117-53/+135
| |\
| | * brcmfmac: fix possible memory leakGeyslan G. Bem2013-11-181-0/+1