summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-4/+4
|\
| * bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-161-4/+4
* | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-161-2/+2
* | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-163-6/+6
* | net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1510-15/+32
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-145-6/+7
| |\ \
| | * | isdn/capi: check message length in capi_write()Eric Biggers2019-09-071-0/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-061-2/+0
| | |\ \
| | | * | xfrm interface: fix management of phydevNicolas Dichtel2019-07-171-1/+0
| | | * | xfrm interface: ifname may be wrong in logsNicolas Dichtel2019-07-171-1/+0
| | * | | net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-052-4/+5
| | * | | net: fixed_phy: Add forward declaration for struct gpio_desc;Moritz Fischer2019-09-051-0/+1
| * | | | Merge tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Linus Torvalds2019-09-102-1/+20
| |\ \ \ \
| | * | | | ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-071-0/+19
| | * | | | ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann2019-09-061-1/+1
| | |/ / /
| * | | | Merge tag 'compiler-attributes-for-linus-v5.3-rc8' of git://github.com/ojeda/...Linus Torvalds2019-09-081-4/+4
| |\ \ \ \
| | * | | | include/linux/compiler.h: fix Oops for Clang-compiled kernelsNick Desaulniers2019-09-081-4/+4
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-09-071-1/+1
| |\ \ \ \
| | * | | | Input: elan_i2c - remove Lenovo Legion Y7000 PnpIDBenjamin Tissoires2019-09-071-1/+1
| | * | | | Merge tag 'v5.2' into nextDmitry Torokhov2019-07-152038-17484/+18651
| | |\ \ \ \
| * | \ \ \ \ Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-061-3/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | iommu/vt-d: Remove global page flush supportJacob Pan2019-09-031-3/+0
* | | | | | | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-132-0/+5
* | | | | | | net: devlink: split reload op into twoJiri Pirko2019-09-131-1/+4
* | | | | | | ip: support SO_MARK cmsgWillem de Bruijn2019-09-132-0/+2
* | | | | | | PTP: add support for one-shot outputFelipe Balbi2019-09-131-3/+3
* | | | | | | PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-131-1/+23
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-1339-305/+223
|\ \ \ \ \ \ \
| * | | | | | | netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h.Jeremy Sowden2019-09-131-16/+0
| * | | | | | | netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zon...Jeremy Sowden2019-09-131-4/+1
| * | | | | | | netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-1316-56/+10
| * | | | | | | netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h.Jeremy Sowden2019-09-131-2/+0
| * | | | | | | netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden2019-09-133-36/+40
| * | | | | | | netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `voi...Jeremy Sowden2019-09-131-1/+1
| * | | | | | | netfilter: conntrack: wrap two inline functions in config checks.Jeremy Sowden2019-09-132-0/+6
| * | | | | | | netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...Jeremy Sowden2019-09-134-5/+5
| * | | | | | | netfilter: conntrack: use consistent style when defining inline functionsJeremy Sowden2019-09-131-32/+50
| * | | | | | | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h...Jeremy Sowden2019-09-133-14/+14
| * | | | | | | netfilter: synproxy: move code between headers.Jeremy Sowden2019-09-132-39/+38
| * | | | | | | netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden2019-09-132-12/+12
| * | | | | | | netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden2019-09-132-22/+0
| * | | | | | | netfilter: update include directives.Jeremy Sowden2019-09-134-9/+11
| * | | | | | | netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden2019-09-133-31/+0
| * | | | | | | netfilter: ip_tables: remove unused function declarations.Jeremy Sowden2019-09-132-4/+1
| * | | | | | | netfilter: fix coding-style errors.Jeremy Sowden2019-09-137-13/+13
| * | | | | | | netfilter: fix include guards.Jeremy Sowden2019-09-132-4/+9
| * | | | | | | netfilter: nf_tables_offload: remove rules when the device unregisterswenxu2019-09-131-1/+1
| * | | | | | | netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso2019-09-102-1/+8
| * | | | | | | netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera2019-09-101-1/+2