summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-01-09net/core: Add drop counters to VF statisticsEugenia Emantayev
2018-01-09net/mlx5: Hairpin pair core object setupOr Gerlitz
2018-01-09net/mlx5: Add hairpin definitions to the FW APIOr Gerlitz
2018-01-08net: No line break on netdev_WARN* formattingGal Pressman
2018-01-08net: Fix netdev_WARN_ONCE macroGal Pressman
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-01-08sh_eth: remove sh_eth_plat_data::edmac_endianSergei Shtylyov
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal
2018-01-08netfilter: reduce NF_MAX_HOOKS defineFlorian Westphal
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal
2018-01-08netfilter: add defines for arp/decnet max hooksFlorian Westphal
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer
2018-01-05xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer
2018-01-04net: dsa: lan9303: phy_addr_sel_strap rename and retypeEgil Hjelmeland
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend
2018-01-03net: phy: add phy_modify() accessorRussell King
2018-01-03net: phy: add paged phy register accessorsRussell King
2018-01-03net: phy: add unlocked accessorsRussell King
2018-01-03net: mdiobus: add unlocked accessorsRussell King
2018-01-03net: phy: fixed-phy: remove fixed_phy_update_state()Russell King
2018-01-02sfp: improve support for direct-attach copper cablesRussell King
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King
2018-01-02net: phy: marvell10g: add MDI swap reportingRussell King
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar
2018-01-02qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar
2018-01-02net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend
2017-12-31bpf: offload: report device information for offloaded programsJakub Kicinski
2017-12-31nsfs: generalize ns_get_path() for path resolution with a taskJakub Kicinski
2017-12-31bpf: offload: free program id when device disappearsJakub Kicinski
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski
2017-12-31bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller