summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-201-1/+1
* net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-201-2/+12
* net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-204-0/+4
* sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-204-11/+2Star
* net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-201-0/+41
* skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-202-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/+4Star
| * 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-183-12/+12
| * net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0Star
| * 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/+8Star
| * 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/+0Star
* | 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/+11Star
* | 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/+116Star
* | 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