aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-9/+140
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann1-0/+2
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-0/+13
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu1-0/+1
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu2-30/+54
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu1-33/+94
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski1-0/+14
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo1-1/+28
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-1/+8
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo1-0/+22
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo1-1/+7
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2-1/+27
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo3-7/+39
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2-1/+10
2018-01-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+10
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller5-7/+9
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+5
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+2
2018-01-24kill kernel_sock_ioctl()Al Viro1-1/+0
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro1-1/+2
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-2/+2
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro1-1/+1
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro1-1/+1
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-1/+3
2018-01-24net: erspan: fix use-after-freeWilliam Tu1-2/+2
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski1-11/+0
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski1-1/+0
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski1-3/+15
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-1/+2
2018-01-24net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller1-1/+1
2018-01-24Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2018-01-24Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman1-7/+1
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-0/+1
2018-01-23net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti1-2/+14
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-0/+2
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+25
2018-01-23net: core: Fix kernel-doc for carrier_* attributesFlorian Fainelli1-2/+2
2018-01-23serdev: add method to set parityUlrich Hecht1-0/+10
2018-01-22net: sched: create tc_can_offload_extack() wrapperQuentin Monnet1-0/+11
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet1-1/+4
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny2-2/+6
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca1-3/+3
2018-01-22device property: Allow iterating over available child fwnodesMarcin Wojtas1-0/+6
2018-01-22device property: Introduce fwnode_irq_get()Marcin Wojtas2-0/+5
2018-01-22device property: Introduce fwnode_get_phy_mode()Marcin Wojtas1-0/+1
2018-01-22device property: Introduce fwnode_get_mac_address()Marcin Wojtas1-0/+2
2018-01-21mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-0/+21
2018-01-21Merge tag 'mlx5-updates-2018-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-4/+12
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-41/+84
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-4/+12