summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1133-346/+435
|\
| * pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-091-0/+2
| * net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-0/+16
| * net/sched: Introduce action ctPaul Blakey2019-07-092-0/+42
| * devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-091-0/+6
| * devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-091-0/+5
| * net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-092-1/+35
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-093-2/+3
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-0/+1
| | |\
| | | * bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-06-291-0/+1
| | * | packet: Fix undefined behavior in bit shiftJiunn Chang2019-06-291-1/+1
| | * | nl80211: Fix undefined behavior in bit shiftJiunn Chang2019-06-281-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-091-3/+3
| |\ \ \
| | * | | bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-081-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-084-1/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO supportwenxu2019-07-051-0/+2
| | * | | netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID supportwenxu2019-07-051-0/+2
| | * | | netfilter: nf_tables: Add synproxy supportFernando Fernandez Mancera2019-07-052-0/+20
| | * | | ipvs: allow tunneling with gre encapsulationVadim Fedorenko2019-07-041-0/+1
| | * | | netfilter: rename nf_SYNPROXY.h to nf_synproxy.hPablo Neira Ayuso2019-07-042-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-042-3/+38
| |\ \ \ \
| | * | | | bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev2019-07-031-0/+1
| | * | | | bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev2019-07-031-0/+5
| | * | | | bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-1/+5
| | * | | | bpf_xdp_redirect_map: Perform map lookup in eBPF helperToke Høiland-Jørgensen2019-06-291-2/+5
| | * | | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-281-0/+14
| | * | | | xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+8
| * | | | | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-041-0/+1
| * | | | | taprio: Add support for txtime-assist modeVedang Patel2019-06-281-0/+4
| * | | | | etf: Add skip_sock_checkVedang Patel2019-06-281-0/+1
| * | | | | etf: Don't use BIT() in UAPI headers.Vedang Patel2019-06-281-2/+2
| * | | | | Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux...David S. Miller2019-06-281-0/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing2019-06-271-0/+8
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2515-20/+78
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-222-8/+2Star
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-202-0/+8
| | |\ \ \ \
| | | * | | | bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev2019-06-151-0/+1
| | | * | | | bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev2019-06-151-0/+1
| | | * | | | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
| | | * | | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-0/+4
| | * | | | | net: sched: act_ctinfo: tidy UAPI definitionKevin Darbyshire-Bryant2019-06-191-5/+0Star
| | * | | | | act_ctinfo: Don't use BIT() in UAPI headers.David S. Miller2019-06-191-2/+2
| | * | | | | ipoib: show VF broadcast addressDenis Kirjanov2019-06-181-0/+5
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-184-5/+26
| | |\ \ \ \ \
| | * | | | | | net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-1/+1
| | * | | | | | Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/sc...David S. Miller2019-06-141-0/+24
| | |\ \ \ \ \ \
| | | * | | | | | mac80211: allow turning TWT responder support on and off via netlinkJohn Crispin2019-06-141-0/+4
| | | * | | | | | nl80211: add support for SAE authentication offloadChung-Hsien Hsu2019-06-141-0/+19
| | | * | | | | | nl80211: add WPA3 definition for SAE authenticationChung-Hsien Hsu2019-06-141-0/+1