summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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