summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko2017-08-043-13/+7
* net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-14/+4
* net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-21/+9
* net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-25/+16
* net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-12/+2
* net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-19/+6
* net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko2017-08-041-11/+2
* net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko2017-08-041-12/+2
* net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko2017-08-041-16/+5
* net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko2017-08-041-11/+2
* net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko2017-08-041-6/+5
* net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko2017-08-041-6/+4
* net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko2017-08-041-1/+1
* net: sched: remove check for number of actions in tcf_exts_execJiri Pirko2017-08-041-1/+2
* net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko2017-08-043-3/+3
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-042-2/+2
* net: sched: remove unneeded tcf_em_tree_changeJiri Pirko2017-08-043-13/+7
* net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko2017-08-041-6/+6
* tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-031-0/+48
* sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-031-7/+92
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-032-31/+21
* sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-032-0/+21
* sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-033-21/+169
* sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-031-15/+38
* sock: allocate skbs from optmemWillem de Bruijn2017-08-031-0/+27
* ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2017-08-031-10/+2
* ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel2017-08-031-2/+2
* ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel2017-08-031-1/+1
* ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel2017-08-031-0/+2
* ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel2017-08-031-2/+0
* ipv6: fib: Add offload indication to routesIdo Schimmel2017-08-031-0/+8
* ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2017-08-032-2/+100
* ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2017-08-032-2/+13
* ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2017-08-031-0/+17
* ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2017-08-033-1/+63
* ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2017-08-031-0/+20
* net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-033-37/+80
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-037-71/+226
* sctp: remove the typedef sctp_auth_chunk_tXin Long2017-08-032-5/+6
* sctp: remove the typedef sctp_authhdr_tXin Long2017-08-031-4/+4
* sctp: remove the typedef sctp_addip_chunk_tXin Long2017-08-033-8/+13
* sctp: remove the typedef sctp_addiphdr_tXin Long2017-08-032-12/+12
* sctp: remove the typedef sctp_addip_param_tXin Long2017-08-031-19/+20
* sctp: remove the typedef sctp_cwrhdr_tXin Long2017-08-032-5/+5
* sctp: remove the typedef sctp_ecne_chunk_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_ecnehdr_tXin Long2017-08-032-5/+5
* sctp: remove the typedef sctp_error_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_operr_chunk_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-034-38/+41