summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-05-21fou: make local function staticstephen hemminger
2017-05-21tcpnv: do not export local functionstephen hemminger
2017-05-21inet: fix warning about missing prototypestephen hemminger
2017-05-21ila: propagate error code in ila_outputstephen hemminger
2017-05-21dcb: enforce minimum length on IEEE_APPS attributestephen hemminger
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot
2017-05-18net: dsa: include dsa.h only onceVivien Didelot
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan
2017-05-18bridge: netlink: check vlan_default_pvid rangeTobias Jungel
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King
2017-05-18net: x25: fix one potential use-after-free issuelinzhang
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-05-17dccp: do not use tcp_time_stampEric Dumazet
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko