summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-064-3/+90
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2017-09-061-0/+24
| * | | | userfaultfd: provide pid in userfault msg - add feat unionAndrea Arcangeli2017-09-061-1/+3
| * | | | userfaultfd: provide pid in userfault msgAlexey Perevalov2017-09-061-3/+7
| * | | | mm: userfaultfd: add feature to request for a signal deliveryPrakash Sangappa2017-09-061-1/+9
| * | | | mm: shm: use new hugetlb size encoding definitionsMike Kravetz2017-09-061-2/+29
| * | | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-0/+22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0619-31/+457
|\ \ \ \ \
| * | | | | netlink: add NLM_F_NONREC flag for deletion requestsPablo Neira Ayuso2017-09-041-0/+3
| * | | | | netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay2017-09-041-1/+2
| * | | | | netfilter: xt_hashlimit: add rate match modeVishwanath Pai2017-09-041-6/+30
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-5/+12
| |\ \ \ \ \
| | * | | | | netfilter: rt: add support to fetch path mssFlorian Westphal2017-08-191-0/+2
| | * | | | | netfilter: exthdr: tcp option set supportFlorian Westphal2017-08-191-1/+3
| | * | | | | netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-1/+1
| | * | | | | netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-1/+1
| | * | | | | netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-1/+1
| | * | | | | netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-1/+2
| | * | | | | netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-241-0/+2
| * | | | | | tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande2017-09-012-0/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-40/+0
| |\ \ \ \ \ \
| * | | | | | | bpf: Add mark and priority to sock options that can be setDavid Ahern2017-09-011-0/+2
| * | | | | | | devlink: Add IPv6 header for dpipeArkadi Sharshevsky2017-08-311-0/+5
| * | | | | | | net: arp: Add support for raw IP deviceSubash Abhinov Kasiviswanathan2017-08-301-0/+1
| * | | | | | | net: ether: Add support for multiplexing and aggregation typeSubash Abhinov Kasiviswanathan2017-08-301-0/+3
| * | | | | | | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+2
| * | | | | | | ether: add NSH ethertypeJiri Benc2017-08-291-0/+1
| * | | | | | | if_ether: add forces ife lfb typeAlexander Aring2017-08-291-0/+1
| * | | | | | | bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-3/+0
| * | | | | | | bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-6/+3
| * | | | | | | ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2017-08-251-4/+14
| * | | | | | | devlink: Add IPv4 header for dpipeArkadi Sharshevsky2017-08-241-0/+5
| * | | | | | | devlink: Add Ethernet header for dpipeArkadi Sharshevsky2017-08-241-0/+8
| * | | | | | | gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-222-0/+2
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-211-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-0/+1
| * | | | | | | | bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-1/+9
| * | | | | | | | net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-181-0/+1
| * | | | | | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+9
| * | | | | | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-1/+32
| * | | | | | | | bpf: introduce new program type for skbs on socketsJohn Fastabend2017-08-161-0/+1
| * | | | | | | | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-151-1/+0
| * | | | | | | | bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
| * | | | | | | | ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-072-0/+69
| * | | | | | | | net: comment fixes against BPF devmap helper callsJohn Fastabend2017-08-041-5/+11
| * | | | | | | | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+3
| * | | | | | | | ipv6: fib: Add offload indication to routesIdo Schimmel2017-08-031-0/+1
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-3/+3
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-0/+8
| * | | | | | | tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0