aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-21dcb: enforce minimum length on IEEE_APPS attributeGravatar stephen hemminger 1-4/+7
2017-05-21net: allow simultaneous SW and HW transmit timestampingGravatar Miroslav Lichvar 2-2/+22
2017-05-21net: add new control message for incoming HW-timestamped packetsGravatar Miroslav Lichvar 1-1/+26
2017-05-21net: add function to retrieve original skb device using NAPI IDGravatar Miroslav Lichvar 1-0/+26
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLGravatar Miroslav Lichvar 1-2/+1
2017-05-21net: define receive timestamp filter for NTPGravatar Miroslav Lichvar 1-0/+2
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Gravatar Davide Caratti 1-1/+1
2017-05-19net: more accurate checksumming in validate_xmit_skb()Gravatar Davide Caratti 1-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cGravatar Davide Caratti 4-0/+4
2017-05-19sk_buff: remove support for csum_bad in sk_buffGravatar Davide Caratti 4-11/+2
2017-05-19net: introduce skb_crc32c_csum_helpGravatar Davide Caratti 1-0/+41
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsGravatar Davide Caratti 2-0/+32
2017-05-19tcp: warn on negative reordering valuesGravatar Soheil Hassas Yeganeh 1-0/+3
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 26-103/+157
2017-05-18tcp: fix tcp_rearm_rto()Gravatar Eric Dumazet 1-6/+6
2017-05-18net: dsa: include switchdev.h only onceGravatar Vivien Didelot 1-1/+0
2017-05-18net: dsa: include dsa.h only onceGravatar Vivien Didelot 13-12/+14
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorGravatar Andrey Vagin 2-15/+11
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentGravatar Eric Dumazet 1-0/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticGravatar Paolo Abeni 4-6/+4
2017-05-18net: make struct net_device::tx_queue_len unsigned intGravatar Alexey Dobriyan 2-4/+8
2017-05-18bridge: netlink: check vlan_default_pvid rangeGravatar Tobias Jungel 1-0/+7
2017-05-18udp: make function udp_skb_dtor_locked staticGravatar Colin Ian King 1-1/+1
2017-05-18net: x25: fix one potential use-after-free issueGravatar linzhang 2-9/+20
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.Gravatar David S. Miller 3-12/+12
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockGravatar Eric Dumazet 14-118/+116
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Gravatar Eric Dumazet 5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampGravatar Eric Dumazet 1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Gravatar Eric Dumazet 1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startGravatar Eric Dumazet 2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampGravatar Eric Dumazet 2-4/+4
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeGravatar Eric Dumazet 4-6/+6
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 2-9/+9
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampGravatar Eric Dumazet 3-12/+12
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeGravatar Eric Dumazet 5-8/+8
2017-05-17dccp: do not use tcp_time_stampGravatar Eric Dumazet 2-5/+5
2017-05-17tcp: use tp->tcp_mstamp in output pathGravatar Eric Dumazet 4-12/+14
2017-05-17sch_dsmark: Fix uninitialized variable warning.Gravatar David S. Miller 1-1/+1
2017-05-17net: sched: add termination action to allow goto chainGravatar Jiri Pirko 2-1/+45
2017-05-17net: sched: push tp down to action initGravatar Jiri Pirko 2-11/+13
2017-05-17net: sched: introduce multichain support for filtersGravatar Jiri Pirko 1-16/+88
2017-05-17net: sched: push chain dump to a separate functionGravatar Jiri Pirko 1-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsGravatar Jiri Pirko 1-41/+107
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioGravatar Jiri Pirko 1-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableGravatar Jiri Pirko 1-6/+7
2017-05-17net: sched: rename tcf_destroy_chain helperGravatar Jiri Pirko 1-3/+3
2017-05-17net: sched: introduce tcf block infractructureGravatar Jiri Pirko 15-96/+226
2017-05-17net: sched: move tc_classify function to cls_api.cGravatar Jiri Pirko 15-62/+63