summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2-4/+1
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+2
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-09-26rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo2-0/+2
2018-09-19ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-09-19ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-09-19net: sk_buff rbnode reorgEric Dumazet4-87/+113
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet3-36/+19
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-09-19ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-56/+20
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet4-10/+3
2018-09-19inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-21/+14
2018-09-19ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16
2018-09-19inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet6-20/+20
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet5-23/+8
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet2-37/+32
2018-09-19inet: frags: remove some helpersEric Dumazet3-10/+6
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet6-510/+226
2018-09-19ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-09-19inet: frags: refactor lowpan_net_frag_init()Eric Dumazet1-9/+11
2018-09-19inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook5-10/+14
2018-09-19inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet5-34/+41
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet4-11/+35
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata1-4/+7
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann2-1/+2
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2-25/+30
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal1-1/+11
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-15act_ife: fix a potential deadlockCong Wang1-13/+21
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang1-24/+13
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1