summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-10-20netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long1-1/+1
2018-10-20batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner1-2/+6
2018-10-20batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner1-2/+8
2018-10-20batman-adv: Prevent duplicated tvlv handlerSven Eckelmann1-2/+6
2018-10-20batman-adv: Prevent duplicated global TT entrySven Eckelmann1-2/+4
2018-10-20batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann1-7/+18
2018-10-20batman-adv: Prevent duplicated nc_node entrySven Eckelmann1-12/+15
2018-10-20batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann1-8/+17
2018-10-20batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann1-2/+3
2018-10-18ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo2-0/+2
2018-10-18ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-10-18ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov4-87/+113
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet1-21/+12
2018-10-18net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-10-18ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-10-18net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-10-18net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-10-18ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-56/+20
2018-10-18inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet4-31/+17
2018-10-18ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-10-18inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet6-20/+20
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet5-23/+8
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet2-37/+32
2018-10-18inet: frags: remove some helpersEric Dumazet3-10/+6
2018-10-18inet: frags: use rhashtables for reassembly unitsEric Dumazet6-512/+227
2018-10-18ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-10-18inet: frags: refactor lowpan_net_frag_init()Eric Dumazet1-9/+11
2018-10-18inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-10-18inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-10-18inet: frags: add a pointer to struct netns_fragsEric Dumazet5-34/+41
2018-10-18inet: frags: change inet_frags_init_net() return valueEric Dumazet4-11/+35
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2-2/+6
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-18netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-6/+84
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-18ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-18ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-10-13ebtables: arpreply: Add the standard target sanity checkGao Feng1-0/+3
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-10-10mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53