summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-20net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge
2019-02-20dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-02-20tipc: use destination length for copy stringGuoqing Jiang
2019-02-20Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-20mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg
2019-02-08net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-02-08net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2019-02-08inet: frags: better deal with smp racesEric Dumazet
2019-02-08ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2019-02-08ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-02-08ip: process in-order fragments efficientlyPeter Oskolkov
2019-02-08ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov
2019-02-08net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2019-02-08ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2019-02-08net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2019-02-08ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2019-02-08inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2019-02-08ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2019-02-08inet: frags: do not clone skb in ip_expire()Eric Dumazet
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2019-02-08inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2019-02-08inet: frags: remove some helpersEric Dumazet
2019-02-08ipfrag: really prevent allocation on netns exitPaolo Abeni
2019-02-08net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet
2019-02-08inet: frags: refactor lowpan_net_frag_init()Eric Dumazet
2019-02-08inet: frags: refactor ipv6_frag_init()Eric Dumazet
2019-02-08inet: frags: refactor ipfrag_init()Eric Dumazet
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2019-02-06net/rose: fix NULL ax25_cb kernel panicBernard Pidoux
2019-02-06netrom: switch to sock timer APICong Wang
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-02-06can: bcm: check timer values before ktime conversionOliver Hartkopp
2019-02-06net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang
2019-02-06net_sched: refetch skb protocol for each filterCong Wang
2019-02-06net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-26net: speed up skb_rbtree_purge()Eric Dumazet
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-26ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-26ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-26tipc: fix uninit-value in tipc_nl_compat_doitYing Xue