summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-011-1/+1
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-1/+4
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-3/+7
* bpf: cgroup inet skb programs can return 0 to 3brakmo2019-06-011-1/+2
* bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo2019-06-011-0/+50
* bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-1/+1
* bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-6/+6
* bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-282-2/+27
* bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-251-0/+18
* bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-252-0/+2
* bpf: introduce new mov32 variant for doing explicit zero extensionJiong Wang2019-05-251-0/+14
* bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-251-3/+11
* bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-1/+16
* bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-0/+1
* bpf: split explored_statesAlexei Starovoitov2019-05-241-0/+1
* ipv4/igmp: shrink struct ip_sf_listEric Dumazet2019-05-231-1/+1
* neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-231-0/+49
* net: Set strict_start_type for routes and rulesDavid Ahern2019-05-231-0/+1
* ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-231-0/+1
* ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-231-1/+2
* ipv4: export fib_flushDavid Ahern2019-05-231-0/+1
* ipv4: export fib_check_nhDavid Ahern2019-05-231-0/+2
* ipv4: Add function to send route updatesDavid Ahern2019-05-231-0/+2
* ipv6: export function to send route updatesDavid Ahern2019-05-232-0/+9
* ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-232-0/+2
* ipv6: Add delete route hook to stubsDavid Ahern2019-05-231-0/+1
* net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2019-05-231-0/+2
* dt-bindings: phy: dp83867: Add documentation for disabling clock outputTrent Piepho2019-05-231-0/+2
* net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper2019-05-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-3/+7
|\
| * tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-05-211-3/+7
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2145-579/+47
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-212-18/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-214-62/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner2019-05-212-26/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2113-176/+13
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10Thomas Gleixner2019-05-211-3/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-211-13/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner2019-05-211-17/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-212-4/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-2118-260/+20
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-211-1/+7
|\ \ \ | |_|/ |/| |
| * | crypto: hash - fix incorrect HASH_MAX_DESCSIZEEric Biggers2019-05-171-1/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-209-36/+49
|\ \ \ | |_|/ |/| |
| * | of_net: fix of_get_mac_address retval if compiled without CONFIG_OFPetr Štetiar2019-05-191-1/+1
| * | net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-171-3/+3
| * | ipv6: prevent possible fib6 leaksEric Dumazet2019-05-161-1/+2
| * | net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn2019-05-161-3/+6
| * | flow_offload: support CVLAN matchEdward Cree2019-05-161-0/+2