summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-08-06udp: no need to preserve skb->dstPaolo Abeni
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeJiri Pirko
2017-08-04net: sched: cls_u32: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...Jiri Pirko
2017-08-04net: sched: cls_flow: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Jiri Pirko
2017-08-04net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko
2017-08-04net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...Jiri Pirko
2017-08-04net: sched: cls_fw: no need to call tcf_exts_change for newly allocated structJiri Pirko
2017-08-04net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...Jiri Pirko
2017-08-04net: sched: cls_fw: rename fw_change_attrs functionJiri Pirko
2017-08-04net: sched: cls_bpf: rename cls_bpf_modify_existing functionJiri Pirko
2017-08-04net: sched: use tcf_exts_has_actions instead of exts->nr_actionsJiri Pirko
2017-08-04net: sched: remove check for number of actions in tcf_exts_execJiri Pirko
2017-08-04net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...Jiri Pirko
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko
2017-08-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn
2017-08-03sock: allocate skbs from optmemWillem de Bruijn
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long