summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfrm: Add file to document IPsec corner caseFan Du2013-12-161-0/+38
| * xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-164-24/+32
| * xfrm: check user specified spi for IPCompFan Du2013-12-161-1/+3
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-0622-46/+31
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-064-44/+5
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-066-114/+138
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-064-8/+10
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-062-6/+20
* | Merge branch 'bonding_nl'David S. Miller2013-12-195-61/+225
|\ \
| * | bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com2013-12-195-17/+58
| * | bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com2013-12-195-11/+38
| * | bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com2013-12-195-4/+34
| * | bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com2013-12-195-27/+54
| * | bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com2013-12-195-2/+41
|/ /
* | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-12-1919-113/+72
|\ \
| * | can: mcp251x: Convert to devm-* APIAlexander Shiyan2013-12-171-13/+6
| * | can: Fix FSF address in file headersJeff Kirsher2013-12-1716-33/+16
| * | can: update MAINTAINERS and DocumentationJohn Whitmore2013-12-172-57/+38
| * | can: c_can: Speed up rx_poll functionMarkus Pargmann2013-12-171-10/+12
* | | xen-netback: add gso_segs calculationPaul Durrant2013-12-191-4/+15
* | | sch_cbq: remove unnecessary null pointer checkYang Yingliang2013-12-191-2/+1
* | | act_police: remove unnecessary null pointer checkYang Yingliang2013-12-191-4/+2
* | | sfc: fix sparse non static symbol warningWei Yongjun2013-12-191-1/+1
* | | net: skbuff: improve comment on checksummingDaniel Borkmann2013-12-191-56/+75
* | | net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-194-0/+781
* | | 3c59x: Add software timestampingMatthew Whitehead2013-12-191-0/+4
* | | lib: hash: follow-up fixups for arch hashFrancesco Fusco2013-12-192-2/+3
* | | isdn: use strlcpy() instead strcpy()Dan Carpenter2013-12-181-1/+1
* | | bridge: spelling fixestanxiaojun2013-12-183-3/+3
* | | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-189-7/+28
* | | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-182-3/+11
* | | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-187-20/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18694-3306/+6350
|\ \ \
| * \ \ Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-12-1727-58/+171
| |\ \ \
| | * | | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki2013-12-171-0/+8
| | * | | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-12-171-3/+3
| | |\ \ \
| | | * | | drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom2013-12-161-3/+3
| | * | | | drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin2013-12-161-0/+6
| | * | | | drm: don't double-free on driver load errorIlia Mirkin2013-12-131-3/+3
| | * | | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-132-0/+4
| | |\ \ \ \
| | | * | | | drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-082-0/+4
| | | |/ / /
| | * | | | Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2013-12-136-18/+18
| | |\ \ \ \
| | | * | | | Revert "drm/radeon: Implement radeon_pci_shutdown"Alex Deucher2013-12-121-10/+0
| | | * | | | drm/radeon: add missing display tiling setup for olandAlex Deucher2013-12-121-1/+3
| | | * | | | drm/radeon: fix typo in cik_copy_dmaChristian König2013-12-121-1/+1
| | | * | | | drm/radeon/cik: plug in missing blit callbackAlex Deucher2013-12-121-2/+2
| | | * | | | drm/radeon/dpm: Fix hwmon crashMartin Andersson2013-12-121-4/+2
| | | * | | | drm/radeon: Fix sideport problems on certain RS690 boardsAlex Deucher2013-12-121-0/+10
| | |/ / / /
| | * | | | Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linu...Dave Airlie2013-12-124-9/+26
| | |\ \ \ \
| | | * | | | DRM: Armada: prime refcounting bug fixRussell King2013-12-101-1/+1
OpenPOWER on IntegriCloud