summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-09-22net: ethernet: mediatek: add extension of phy-mode for TRGMIISean Wang
2016-09-22Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller
2016-09-22rxrpc: Add ktime_sub_ms()David Howells
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski
2016-09-21bpf: expose internal verfier structuresJakub Kicinski
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-21lib/win_minmax: windowed min or max estimatorNeal Cardwell
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro
2016-09-20rhashtable: Add rhlist interfaceHerbert Xu
2016-09-19fanotify: fix list corruption in fanotify_get_response()Jan Kara
2016-09-19fsnotify: add a way to stop queueing events on group shutdownJan Kara
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar
2016-09-18netdevice: Add offload statistics ndoNogah Frankel
2016-09-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-17fix iov_iter_fault_in_readable()Al Viro
2016-09-17Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.or...David S. Miller
2016-09-14cpu/hotplug: Include linux/types.h in linux/cpuhotplug.hPaul Burton
2016-09-13Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-09-13Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-13genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12netfilter: conntrack: remove packet hotpath statsFlorian Westphal
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-09-10Revert "hv_netvsc: make inline functions static"Stephen Hemminger
2016-09-10net/mlx5: Introduce attach/detach to interface APIMohamad Haj Yahia
2016-09-10net/mlx5: SRIOV core code refactoringMohamad Haj Yahia
2016-09-10Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel
2016-09-09add basic register-field manipulation macrosJakub Kicinski
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang