aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-04sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper1-0/+1
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-10-02net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth1-0/+1
2013-10-02net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth1-1/+1
2013-10-02net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth1-3/+1
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul2-4/+26
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-10-02bonding: update MAINTAINERSAndy Gospodarek1-0/+1
2013-10-02tc: export tc_defact.h to userspacestephen hemminger2-1/+2
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-10-02igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen1-0/+2
2013-10-02net: calxedaxgmac: determine number of address filters at runtimeRob Herring1-4/+11
2013-10-02net: calxedaxgmac: add uc and mc filter addresses in promiscuous modeRob Herring1-4/+2
2013-10-02net: calxedaxgmac: fix clearing of old filter addressesRob Herring1-2/+2
2013-10-02unix_diag: fix info leakMathias Krause1-0/+1
2013-10-02connector - documentation: simplify netlink message length assignmentMathias Krause1-1/+1
2013-10-02connector: use 'size' everywhere in cn_netlink_send()Mathias Krause1-1/+1
2013-10-02connector: use nlmsg_len() to check message lengthMathias Krause1-3/+4
2013-10-02proc connector: fix info leaksMathias Krause1-0/+18
2013-10-02batman-adv: set up network coding packet handlers during module initMatthias Schiffer3-16/+31
2013-10-02iwlwifi: mvm: call ieee80211_scan_completed when neededEmmanuel Grumbach1-1/+11
2013-10-02iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach3-0/+17
2013-10-02iwlwifi: don't WARN on host commands sent when firmware is deadEmmanuel Grumbach1-2/+4
2013-10-02iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC seriesMatti Gottlieb1-0/+32
2013-10-02iwlwifi: pcie: don't reset the TX queue counterEmmanuel Grumbach1-0/+2
2013-10-02iwlwifi: mvm: Disable uAPSD for D3 imageAlexander Bondar1-1/+4
2013-10-01fs/super.c: fix lru_list leak for realAl Viro1-2/+2
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet1-19/+26
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-2/+1
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-1/+1
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert1-2/+0
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert1-1/+1
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert1-1/+3
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-01qlcnic: Fix SR-IOV configurationManish Chopra1-1/+7
2013-10-01ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda1-0/+6
2013-09-30skbuff: size of hole is wrong in a commentNicolas Dichtel1-1/+1
2013-09-30ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-3/+3
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-09-30ethernet: moxa: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz1-1/+1
2013-09-30ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-09-30powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2-2/+20
2013-09-30Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller2-18/+2
2013-09-30bonding: Fix broken promiscuity reference counting issueNeil Horman1-3/+10
2013-09-30tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-09-30dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov1-0/+5
2013-09-30ipc,msg: prevent race with rmid in msgsnd,msgrcvDavidlohr Bueso1-0/+13
2013-09-30ipc/sem.c: update sem_otime for all operationsManfred Spraul1-13/+29