summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-26net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-18/+27
2017-10-23esp6: remove redundant initialization of esphColin Ian King1-2/+2
2017-09-25xfrm: eradicate size_tAlexey Dobriyan1-21/+23
2017-09-25xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2-6/+6
2017-09-25xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2-2/+2
2017-09-25xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2-2/+2
2017-09-25xfrm: make aead_len() return unsigned intAlexey Dobriyan2-2/+2
2017-09-24forcedeth: optimize the xmit/rx with unlikelyZhu Yanjun1-12/+14
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller322-1910/+5657
2017-09-23Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-14/+108
2017-09-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds17-161/+281
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds71-414/+646
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-137/+2088
2017-09-23Merge branch 'ieee802154-for-davem-2017-09-20' of git://git.kernel.org/pub/sc...David S. Miller3-44/+295
2017-09-23Merge branch 'cxgb4-tc-flower'David S. Miller7-1/+653
2017-09-23cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi6-1/+161
2017-09-23cxgb4: add support to offload action vlanKumar Sanghvi1-0/+42
2017-09-23cxgb4: add basic tc flower offload supportKumar Sanghvi6-2/+325
2017-09-23cxgb4: add tc flower offload skeletonKumar Sanghvi4-1/+128
2017-09-23net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan1-1/+1
2017-09-23net: Remove useless function skb_header_releaseGao Feng3-21/+2
2017-09-23Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-20/+36
2017-09-23Merge branch 'net-fix-reuseaddr-regression'David S. Miller1-2/+4
2017-09-23inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-23net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-23net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-23net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-23Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-13/+30
2017-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-22/+51
2017-09-23Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-129/+1006
2017-09-23Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...Linus Torvalds6-15/+66
2017-09-23Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds3-13/+32
2017-09-23MAINTAINERS: update git tree locations for ieee802154 subsystemStefan Schmidt1-2/+2
2017-09-23virtio-net: correctly set xdp_xmit for mergeable bufferJason Wang1-1/+1
2017-09-23SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French1-0/+7
2017-09-23Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-43/+44
2017-09-23Merge tag 'iommu-fixes-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+5
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-4/+1
2017-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-2/+12
2017-09-23SMB3: handle new statx fieldsSteve French1-0/+15
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser10-51/+0
2017-09-23Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'Rafael J. Wysocki3-20/+24
2017-09-22Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki3-3/+17
2017-09-22Merge branches 'pm-core', 'pm-qos' and 'pm-docs'Rafael J. Wysocki3-7/+7
2017-09-22parisc: Unbreak bootloader due to gcc-7 optimizationsHelge Deller2-2/+3
2017-09-22parisc: Reintroduce option to gzip-compress the kernelHelge Deller2-0/+17
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen1-4/+4
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen1-1/+4
2017-09-22apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen1-1/+1
2017-09-22apparmor: ensure unconfined profiles have dfas initializedJohn Johansen1-0/+2