summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-076-41/+27
* dsa: push cls_matchall setup_tc processing into a separate functionJiri Pirko2017-08-071-12/+21
* net: sched: make egress_dev flag part of flower offload structJiri Pirko2017-08-071-1/+1
* net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2017-08-072-3/+3
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-076-38/+29
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-068-114/+118
* sctp: remove the typedef sctp_event_tXin Long2017-08-063-13/+11
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-061-3/+3
* sctp: remove the typedef sctp_state_tXin Long2017-08-064-15/+17
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-062-24/+27
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-062-34/+34
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-061-1/+1
* sctp: remove the typedef sctp_scope_tXin Long2017-08-066-30/+29
* sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-061-1/+1
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-061-1/+1
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-061-1/+1
* net: dsa: User per-cpu 64-bit statisticsFlorian Fainelli2017-08-063-25/+59
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-069-103/+9
* tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-063-3/+3
* udp: no need to preserve skb->dstPaolo Abeni2017-08-061-8/+5
* Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni2017-08-061-8/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-066-11/+12
* IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni2017-08-061-3/+0
* 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
OpenPOWER on IntegriCloud