summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-192-0/+32
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-1826-103/+157
|\
| * sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-184-6/+4
| * bridge: netlink: check vlan_default_pvid rangeTobias Jungel2017-05-181-0/+7
| * net: x25: fix one potential use-after-free issuelinzhang2017-05-182-9/+20
| * ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12
| * net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
| * ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-174-6/+16
| * neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
| * arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-171-2/+14
| * net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-163-28/+49
| * net/smc: Add warning about remote memory exposureChristoph Hellwig2017-05-161-0/+4
| * smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun2017-05-165-37/+8
| * ipmr: vrf: Find VIFs using the actual deviceThomas Winter2017-05-161-2/+16
| * tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-161-1/+1
* | tcp: fix tcp_rearm_rto()Eric Dumazet2017-05-181-6/+6
* | net: dsa: include switchdev.h only onceVivien Didelot2017-05-181-1/+0
* | net: dsa: include dsa.h only onceVivien Didelot2017-05-1813-12/+14
* | net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2017-05-182-15/+11
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-182-4/+8
* | udp: make function udp_skb_dtor_locked staticColin Ian King2017-05-181-1/+1
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-1714-118/+116
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-175-6/+6
* | tcp_lp: cache tcp_time_stampEric Dumazet2017-05-171-3/+4
* | tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-3/+3
* | tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-171-2/+2
* | tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-172-2/+2
* | tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2017-05-172-4/+4
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-174-6/+6
* | tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-172-9/+9
* | tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-6/+6
* | tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-173-12/+12
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-175-8/+8
* | dccp: do not use tcp_time_stampEric Dumazet2017-05-172-5/+5
* | tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-174-12/+14
* | sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-171-1/+1
* | net: sched: add termination action to allow goto chainJiri Pirko2017-05-172-1/+45
* | net: sched: push tp down to action initJiri Pirko2017-05-172-11/+13
* | net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-16/+88
* | net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
* | net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-41/+107
* | net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
* | net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-171-6/+7
* | net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-171-3/+3
* | net: sched: introduce tcf block infractructureJiri Pirko2017-05-1715-96/+226
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-1715-62/+63
* | net: dsa: Sort DSA tagging protocol driversAndrew Lunn2017-05-174-25/+25
* | net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-176-22/+18