summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-1/+2
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-2/+34
2019-01-09gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-10-18ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+6
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov1-1/+2
2018-10-18inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet1-10/+10
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-2/+0
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-5/+0
2018-10-18inet: frags: remove some helpersEric Dumazet3-13/+0
2018-10-18inet: frags: use rhashtables for reassembly unitsEric Dumazet2-59/+38
2018-10-18inet: frags: add a pointer to struct netns_fragsEric Dumazet2-7/+7
2018-10-18inet: frags: change inet_frags_init_net() return valueEric Dumazet1-1/+2
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-5/+0
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-09-29NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-8/+1
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-1/+1
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-25ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-06-16bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born1-0/+5
2018-05-30llc: properly handle dev_queue_xmit() return valueCong Wang1-1/+1
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca3-3/+12
2018-05-30regulatory: add NUL to request alpha2Johannes Berg1-1/+1
2018-05-30mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau1-1/+1
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee1-0/+1
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-05-16net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-04-29llc: delete timers synchronously in llc_sk_free()Cong Wang1-0/+1
2018-04-20slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+1
2018-04-20Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-1/+1
2018-04-13net: x25: fix one potential use-after-free issuelinzhang1-2/+2
2018-04-13cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg1-1/+1
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-0/+19
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-1/+2
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3