summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-12ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet4-23/+42
2015-12-12xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2-2/+10
2015-12-09net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann1-21/+9
2015-12-09net: fsl: avoid 64-bit warning on pq_mdioArnd Bergmann1-1/+1
2015-12-09r8152: fix lockup when runtime PM is enabledPeter Wu1-18/+3
2015-12-09net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-09geneve: Fix IPv6 xmit stats update.Pravin B Shelar1-2/+0
2015-12-08xfrm: take care of request socketsEric Dumazet2-4/+25
2015-12-08ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet1-2/+1
2015-12-08vxlan: interpret IP headers for ECN correctlyJiri Benc1-4/+2
2015-12-08Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-9/+31
2015-12-08mpls: fix sending of local encapped packetsRobert Shearman1-2/+2
2015-12-08Merge branch 'vxlan-ipv6-metadata-dst'David S. Miller1-12/+57
2015-12-08vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc1-2/+23
2015-12-08vxlan: move IPv6 outpute route calculation to a functionJiri Benc1-10/+34
2015-12-07Merge branch 'qed-fixes'David S. Miller10-91/+149
2015-12-07qed: Correct slowpath interrupt schemeSudarsana Kalluru4-52/+55
2015-12-07qed: Fix BAR size split for some serversAriel Elior2-21/+36
2015-12-07qed: fix handling of concurrent ramrods.Tomer Tayar3-17/+56
2015-12-07qed: Fix corner case for chain in-between pagesTomer Tayar1-1/+2
2015-12-07ethernet: aurora: AURORA_NB8800 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-07batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann1-1/+4
2015-12-07batman-adv: fix erroneous client entry duplicate detectionMarek Lindner1-2/+4
2015-12-07batman-adv: avoid keeping false temporary entrySimon Wunderlich1-2/+8
2015-12-07batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich1-4/+15
2015-12-07net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau1-1/+1
2015-12-07sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien3-2/+5
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien2-2/+1
2015-12-06net: qca_spi: fix transmit queue timeout handlingStefan Wahren1-3/+2
2015-12-06net: cdc_mbim: add "NDP to end" quirk for Huawei E3372Bjørn Mork2-2/+34
2015-12-06Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-06MAINTAINERS: add myself as Renesas Ethernet drivers reviewerSergei Shtylyov1-0/+7
2015-12-06Merge branch 'sctp-timestamp-fixes'David S. Miller4-4/+8
2015-12-06sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner3-2/+5
2015-12-06sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-12-06vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc1-1/+1
2015-12-06ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork1-1/+1
2015-12-06stmmac: fix resource management when resumeGiuseppe CAVALLARO1-3/+6
2015-12-06ravb: fix RX queue #1 frame error counter nameSergei Shtylyov1-1/+1
2015-12-06sh_eth: fix kernel oops in skb_put()Sergei Shtylyov1-2/+2
2015-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-28/+24
2015-12-05atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-12-05rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu1-2/+3
2015-12-05gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-05pppoe: fix memory corruption in padt work structureGuillaume Nault1-4/+10
2015-12-04Merge branch 'mvpp2-fixes'David S. Miller1-19/+33
2015-12-04net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas1-12/+16