summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-02-201-0/+6
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-201-0/+3
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-201-2/+3
* net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2019-02-081-7/+13
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2019-02-081-2/+3
* inet: frags: better deal with smp racesEric Dumazet2019-02-081-13/+15
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2019-02-081-1/+1
* ip: frags: fix crash in ip_do_fragment()Taehee Yoo2019-02-082-0/+2
* ip: process in-order fragments efficientlyPeter Oskolkov2019-02-082-42/+70
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2019-02-081-0/+73
* ip: use rb trees for IP frag queue.Peter Oskolkov2019-02-084-87/+113
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2019-02-081-0/+14
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2019-02-082-0/+8
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2019-02-081-1/+5
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2019-02-082-51/+20
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2019-02-084-31/+17
* ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2019-02-081-8/+16
* inet: frags: do not clone skb in ip_expire()Eric Dumazet2019-02-081-10/+6
* inet: frags: break the 2GB limit for frags storageEric Dumazet2019-02-086-20/+20
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2019-02-085-23/+8
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2019-02-082-37/+32
* inet: frags: remove some helpersEric Dumazet2019-02-083-10/+6
* ipfrag: really prevent allocation on netns exitPaolo Abeni2019-02-081-1/+1
* net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2019-02-082-9/+9
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2019-02-086-512/+227
* inet: frags: refactor lowpan_net_frag_init()Eric Dumazet2019-02-081-9/+11
* inet: frags: refactor ipv6_frag_init()Eric Dumazet2019-02-081-12/+14
* inet: frags: refactor ipfrag_init()Eric Dumazet2019-02-081-2/+2
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2019-02-085-34/+42
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2019-02-084-11/+35
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-02-064-0/+30
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2019-02-062-18/+27
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-02-061-0/+5
* netrom: switch to sock timer APICong Wang2019-02-061-10/+10
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-02-061-3/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-02-061-0/+27
* net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang2019-02-061-4/+3
* net_sched: refetch skb protocol for each filterCong Wang2019-02-061-2/+1
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-02-062-4/+14
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-02-061-1/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-02-063-0/+3
* net: speed up skb_rbtree_purge()Eric Dumazet2019-01-261-4/+7
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern2019-01-261-1/+4
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-261-1/+10
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-261-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-261-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-261-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-261-0/+26