summaryrefslogtreecommitdiffstats
path: root/include/uapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-011-1/+61
|\
| * bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-0/+11
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-1/+11
| * bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+23
| * bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-0/+5
| * bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+11
* | tipc: avoid possible string overflowJon Maloy2018-04-011-1/+1
* | tipc: tipc: rename address types in user apiJon Maloy2018-04-011-24/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-306-8/+56
|\ \
| * | netfilter: ebtables: Add support for specifying match revisionBernie Harris2018-03-301-3/+13
| * | netfilter: ebtables: add support for matching IGMP typeMatthias Schiffer2018-03-201-1/+3
| * | netfilter: ebtables: add support for matching ICMP type and codeMatthias Schiffer2018-03-201-3/+10
| * | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-202-0/+11
| * | netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma2018-03-201-0/+10
| * | netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso2018-03-201-2/+10
* | | Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-291-1/+45
|\ \ \
| * | | nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior2018-03-291-1/+13
| * | | nl80211: Implement TX of control port framesDenis Kenzior2018-03-291-0/+3
| * | | nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior2018-03-291-0/+13
| * | | nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior2018-03-291-0/+2
| * | | nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior2018-03-291-0/+2
| * | | nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior2018-03-291-0/+2
| * | | cfg80211/nl80211: add DFS offload flagDmitry Lebed2018-03-211-0/+7
| * | | cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed2018-03-211-0/+3
* | | | ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy2018-03-261-0/+4
* | | | tipc: add 128-bit node identifierJon Maloy2018-03-231-0/+2
* | | | tls: RX path for ktlsDave Watson2018-03-231-0/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-233-2/+20
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-221-0/+1
| |\ \ \
| | * | | net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-161-0/+1
| * | | | Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-091-0/+17
| |\ \ \ \
| | * | | | ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva2018-03-021-0/+17
| * | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-061-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | signal: Correct the offset of si_pkey in struct siginfoEric W. Biederman2018-03-061-2/+2
| | |/ / /
* | | | | net: qualcomm: rmnet: Export mux_id and flags to netlinkSubash Abhinov Kasiviswanathan2018-03-221-0/+21
* | | | | tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-0/+1
* | | | | tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-222-0/+35
* | | | | Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-m...David S. Miller2018-03-221-0/+82
|\ \ \ \ \
| * | | | | batman-adv: add multicast flags netlink supportLinus Lüssing2018-03-141-0/+62
| * | | | | batman-adv: add DAT cache netlink supportLinus Lüssing2018-03-141-0/+20
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-212-1/+47
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2018-03-191-1/+2
| * | | | | bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2018-03-191-1/+2
| * | | | | bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2018-03-191-1/+2
| * | | | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-1/+21
| * | | | | bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-151-0/+22
| * | | | | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-0/+1
* | | | | | tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-171-48/+54
* | | | | | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-0/+1
* | | | | | sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long2018-03-141-0/+1