summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18154-982/+2726
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-2/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-1/+19
| | * | | | | | | | | net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-1/+6
| * | | | | | | | | | ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-161-0/+22
| * | | | | | | | | | net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-0/+2
| * | | | | | | | | | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-163-1/+26
| * | | | | | | | | | tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-161-0/+4
| * | | | | | | | | | tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-162-0/+4
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | 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
| | * | | | | | | | | | | netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso2019-09-081-4/+3
| * | | | | | | | | | | | net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean2019-09-111-0/+1
| * | | | | | | | | | | | qed*: Fix size of config attribute dump.Sudarsana Reddy Kalluru2019-09-111-0/+8
| * | | | | | | | | | | | devlink: add unknown 'fw_load_policy' valueDirk van der Merwe2019-09-111-0/+1
| * | | | | | | | | | | | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller2019-09-113-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | mac80211: allow drivers to set max MTUWen Gong2019-09-111-0/+3
| | * | | | | | | | | | | | cfg80211: add local BSS receive time to survey informationFelix Fietkau2019-08-302-0/+7
| * | | | | | | | | | | | | devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe2019-09-102-0/+12