aboutsummaryrefslogtreecommitdiffstats
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 Pirko2-4/+3
2017-08-04net: sched: fix return value of tcf_exts_execJiri Pirko1-2/+2
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_availableJiri Pirko4-33/+3
2017-08-04net: sched: use tcf_exts_has_actions in tcf_exts_execJiri Pirko1-23/+23
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko9-19/+37
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko4-34/+7
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko1-6/+6
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter1-1/+1
2017-08-03Merge branch 'socket-sendmsg-zerocopy'David S. Miller27-72/+1379
2017-08-03test: add msg_zerocopy testWillem de Bruijn4-1/+811
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn3-1/+55
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2-10/+106
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn5-33/+36
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn13-0/+43
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn7-21/+235
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2-17/+45
2017-08-03sock: allocate skbs from optmemWillem de Bruijn2-0/+29
2017-08-03Merge branch 'mlxsw-Support-for-IPv6-UC-router'David S. Miller25-177/+1490
2017-08-03mlxsw: spectrum_router: Don't ignore IPv6 notificationsIdo Schimmel1-1/+1
2017-08-03mlxsw: spectrum_router: Abort on source-specific routesIdo Schimmel1-0/+3
2017-08-03mlxsw: spectrum_router: Add support for route replaceIdo Schimmel1-14/+49
2017-08-03mlxsw: spectrum_router: Add support for IPv6 routes addition / deletionIdo Schimmel2-3/+724
2017-08-03mlxsw: spectrum_router: Sanitize IPv6 FIB rulesIdo Schimmel1-0/+25
2017-08-03mlxsw: spectrum_router: Demultiplex FIB event based on familyIdo Schimmel1-21/+44
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2-10/+18
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 Schimmel2-0/+9
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel3-2/+104
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel3-2/+23
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2-0/+22
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel5-1/+75
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2-0/+25
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel5-49/+101
2017-08-03rocker: Ignore address families other than IPv4Ido Schimmel1-0/+4