summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* batman-adv: Fix double free during fragment merge errorSven Eckelmann2017-06-052-5/+11
* netlink: remove mmapped netlink supportFlorian Westphal2017-04-044-792/+9
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-03-161-2/+6
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-03-161-1/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-162-0/+2
* mld: do not remove mld souce list info when set link downHangbin Liu2017-03-161-21/+30
* igmp: do not remove igmp souce list info when set link downHangbin Liu2017-03-161-14/+35
* sit: fix a double free on error pathWANG Cong2017-03-161-0/+1
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-03-161-2/+4
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-03-161-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-03-161-12/+22
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-03-165-8/+17
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-03-161-1/+3
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-03-161-3/+1
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-03-161-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-03-161-1/+6
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-03-161-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-03-161-9/+24
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-03-161-2/+5
* net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2017-03-161-5/+7
* net/sched: pedit: make sure that offset is validAmir Vadai2017-03-161-4/+20
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2017-03-161-2/+11
* sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2017-03-161-4/+11
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2017-03-161-2/+5
* ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2017-03-161-0/+1
* ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2017-03-161-7/+8
* dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2017-03-161-6/+8
* dccp: do not send reset to already closed socketsEric Dumazet2017-03-161-0/+4
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-03-161-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-03-161-0/+1
* net: sctp, forbid negative lengthJiri Slaby2017-03-161-1/+4
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2017-03-161-31/+37
* tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2017-03-161-5/+7
* tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet2017-03-161-1/+2
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-03-161-4/+5
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2017-03-162-1/+4
* sit: correct IP protocol used in ipip6_errSimon Horman2017-03-161-2/+2
* ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2017-03-161-8/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2017-03-162-2/+2
* net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2017-03-161-2/+3
* VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2017-03-161-20/+1
* netem: Segment GSO packets on enqueueNeil Horman2017-03-161-2/+59
* sch_dsmark: update backlog as wellWANG Cong2017-03-161-0/+3
* sch_htb: update backlog as wellWANG Cong2017-03-161-1/+4
* route: do not cache fib route info on local routes with oifChris Friesen2017-03-161-0/+12
* decnet: Do not build routes to devices without decnet private data.David S. Miller2017-03-161-1/+8
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-03-161-18/+16
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-03-161-8/+20
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-03-161-0/+1
* packet: fix races in fanout_add()Eric Dumazet2017-03-161-12/+14