aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated structJiri Pirko1-21/+9
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko1-25/+16
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko1-19/+6
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated structJiri Pirko1-12/+2
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko1-16/+5
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated structJiri Pirko1-11/+2
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko1-6/+5
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko1-6/+4
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko1-1/+1
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko1-1/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_availableJiri Pirko3-3/+3
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko2-2/+2
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko3-13/+7
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko1-6/+6
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn2-31/+21
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2-0/+21
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn3-21/+169
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38
2017-08-03sock: allocate skbs from optmemWillem de Bruijn1-0/+27
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel1-10/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel1-1/+1
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel1-0/+8
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2-2/+100
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel2-2/+13
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel1-0/+17
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel3-1/+63
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+20
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel3-37/+80
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel7-71/+226
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long2-5/+6
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long1-4/+4
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long3-8/+13
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long2-12/+12
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long1-19/+20
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long2-5/+5
2017-08-03sctp: remove the typedef sctp_ecne_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long2-5/+5
2017-08-03sctp: remove the typedef sctp_error_tXin Long1-1/+1
2017-08-03sctp: remove the typedef sctp_operr_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long4-38/+41
2017-08-03sctp: fix the name of struct sctp_shutdown_chunk_tXin Long1-8/+8
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long2-7/+7