aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern2-6/+12
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern5-21/+31
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern2-27/+37
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller4-37/+45
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko6-114/+88
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-3/+0
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko6-41/+27
2017-08-07dsa: push cls_matchall setup_tc processing into a separate functionJiri Pirko1-12/+21
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko2-3/+3
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko6-38/+29
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long8-114/+118
2017-08-06sctp: remove the typedef sctp_event_tXin Long3-13/+11
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_state_tXin Long4-15/+17
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long2-24/+27
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long2-34/+34
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_scope_tXin Long6-30/+29
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long1-1/+1
2017-08-06net: dsa: User per-cpu 64-bit statisticsFlorian Fainelli3-25/+59
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng9-103/+9
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng3-3/+3
2017-08-06udp: no need to preserve skb->dstPaolo Abeni1-8/+5
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni1-8/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni6-11/+12
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni1-3/+0
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko3-13/+7
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko1-14/+4
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-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds4-37/+45
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48