summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-10-171-1/+2
* net: dst: provide accessor function to dst->xfrmVlad Yasevich2013-10-171-0/+12
* Merge branch 'dm9000'David S. Miller2013-10-171-18/+38
|\
| * dm9000: report the correct LPANikita Kiryanov2013-10-171-4/+9
| * dm9000: Implement full reset of DM9000 network deviceMichael Abbott2013-10-171-12/+21
| * dm9000: take phy out of reset during initNikita Kiryanov2013-10-171-0/+1
| * dm9000: during init reset phy only for dm9000bNikita Kiryanov2013-10-171-2/+7
|/
* net: smc91x: dont't use SMC_outw for fixing up halfword-aligned dataWill Deacon2013-10-111-4/+2
* farsync: fix info leak in ioctlSalva Peiró2013-10-111-0/+1
* ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel2013-10-111-2/+1
* netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
* netem: update backlog after dropstephen hemminger2013-10-111-0/+1
* l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet2013-10-111-0/+4
* net: sh_eth: Correct fix for RX packet errors on R8A7740Simon Horman2013-10-111-4/+4
* vti: get rid of nf mark rule in preroutingChristophe Gouault2013-10-111-3/+11
* bridge: update mdb expiration timer upon reports.Vlad Yasevich2013-10-111-1/+8
* can: at91-can: fix device to driver data mapping for platform devicesMarc Kleine-Budde2013-10-091-2/+2
* can: flexcan: fix mx28 detection by rearanging OF match tableMarc Kleine-Budde2013-10-091-2/+2
* can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abor...Marc Kleine-Budde2013-10-091-2/+8
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-099-20/+85
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-099-20/+85
| |\
| | * iwlwifi: pcie: fix merge damageJohannes Berg2013-10-071-4/+4
| | * ath9k: fix tx queue scheduling after channel changesFelix Fietkau2013-10-071-12/+11
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-077-4/+70
| | |\
| | | * iwlwifi: mvm: call ieee80211_scan_completed when neededEmmanuel Grumbach2013-10-021-1/+11
| | | * iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach2013-10-023-0/+17
| | | * iwlwifi: don't WARN on host commands sent when firmware is deadEmmanuel Grumbach2013-10-021-2/+4
| | | * iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC seriesMatti Gottlieb2013-10-021-0/+32
| | | * iwlwifi: pcie: don't reset the TX queue counterEmmanuel Grumbach2013-10-021-0/+2
| | | * iwlwifi: mvm: Disable uAPSD for D3 imageAlexander Bondar2013-10-021-1/+4
* | | | Merge branch 'gianfar'David S. Miller2013-10-091-10/+28
|\ \ \ \
| * | | | gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil2013-10-091-0/+3
| * | | | gianfar: Use mpc85xx support for errata detectionClaudiu Manoil2013-10-091-8/+25
| * | | | gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil2013-10-091-6/+4
|/ / / /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-099-42/+59
|\ \ \ \
| * | | | xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert2013-10-081-0/+4
| * | | | xfrm: Add refcount handling to queued policiesSteffen Klassert2013-10-081-7/+17
| * | | | xfrm: Fix aevent generation for each received packetThomas Egerer2013-09-251-24/+27
| * | | | xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-173-4/+5
| * | | | ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACHSteffen Klassert2013-09-163-6/+3
| * | | | xfrm: Decode sessions with output interface.Steffen Klassert2013-09-162-0/+2
| * | | | xfrm: Fix replay size checking on async eventsSteffen Klassert2013-09-161-1/+1
* | | | | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-10-091-0/+2
| |/ / / |/| | |
* | | | Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-10-085-31/+151
|\ \ \ \
| * | | | sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
| * | | | sfc: Add PM and RXDP drop counters to ethtool statsEdward Cree2013-10-042-0/+47
| * | | | sfc: Add definitions for new stats counters and capability flagMatthew Slattery2013-10-041-2/+54
| * | | | sfc: Refactor EF10 stat mask code to allow for more conditional statsEdward Cree2013-10-041-21/+28
| * | | | sfc: Fix internal indices of ethtool stats for EF10Edward Cree2013-10-041-6/+3
| * | | | sfc: Add rmb() between reading stats and generation count to ensure consistencyJon Cooper2013-10-041-0/+1
OpenPOWER on IntegriCloud