aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast_common.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-29sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2-48/+32
2013-11-29net: smc91: fix crash regression on the versatileLinus Walleij1-18/+4
2013-11-29Revert "net: smc91: fix crash regression on the versatile"David S. Miller1-2/+18
2013-11-29net: smc91: fix crash regression on the versatileLinus Walleij1-18/+2
2013-11-29net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang1-3/+2
2013-11-29r8169: check ALDPS bit and disable it if enabled for the 8168gDavid Chang1-0/+5
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-29macvtap: Do not double-count received packetsVlad Yasevich1-10/+0
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-2/+2
2013-11-28Revert "be2net: call napi_disable() for all event queues"David S. Miller1-1/+1
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-1/+1
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2-12/+0
2013-11-28via-velocity: fix netif_receive_skb use in irq disabled section.françois romieu1-5/+6
2013-11-28xen-netback: include definition of csum_ipv6_magicAndy Whitcroft1-0/+1
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-28macvtap: fix tx_dropped counting errorJason Wang1-1/+1
2013-11-28phy: Add Vitesse 8514 phy IDShaohui Xie1-0/+15
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang3-1/+6
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg3-7/+25
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-28tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck1-19/+6
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses arp modedingtianhong4-9/+19
2013-11-28diag: warn about missing first netlink attributeNicolas Dichtel3-0/+3
2013-11-26can: flexcan: use correct clock as base for bit rate calculationMarc Kleine-Budde1-1/+1
2013-11-25can: c_can: fix calculation of transmitted bytes on tx completeHolger Bechtold1-0/+1
2013-11-25can: c_can: don't call pm_runtime_get_sync() from interrupt contextMarc Kleine-Budde1-6/+15
2013-11-25can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp1-8/+9
2013-11-23be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde2-6/+5
2013-11-23be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde1-0/+7
2013-11-23be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde1-0/+2
2013-11-23sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-11-23ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa12-17/+26
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-23tcp_memcg: remove useless var old_limGao feng1-2/+0
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2-33/+20
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu2-0/+10
2013-11-23net: sctp: find the correct highest_new_tsn in sackChang Xiangzhong1-1/+2
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-21genetlink: fix genl_set_err() group IDJohannes Berg1-0/+3
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg2-6/+3
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel1-3/+3
2013-11-21wimax: remove dead codeMichael Opdenacker1-1/+0
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur3-7/+73
2013-11-20net/phy: Add VSC8662 supportSandeep Singh1-0/+14
2013-11-20net/phy: Add VSC8574 supportshaohui xie1-1/+16
2013-11-20net/phy: Add VSC8234 supportAndy Fleming1-2/+17
2013-11-20net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage)Hannes Frederic Sowa1-1/+2