summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-02-12xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-02-12ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-02-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet
2016-02-12tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-02-12ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet
2016-02-12net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-02-12bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-01-28ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-25sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-09route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu
2016-01-09ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei
2016-01-05RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-01-05af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2016-01-05bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-05skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-05vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-05net: fix IP early demux racesEric Dumazet
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-05ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-05gre6: allow to update all parameters via rtnlNicolas Dichtel
2016-01-05ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2016-01-05netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter
2016-01-05netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2016-01-05Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann
2016-01-05mac80211: fix driver RSSI event calculationsJohannes Berg
2016-01-05ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2016-01-05net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2016-01-05ipv6: add complete rcu protection around np->optEric Dumazet
2016-01-05ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2016-01-05net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-05net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-05net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2016-01-05tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-05tcp: md5: fix lockdep annotationEric Dumazet
2016-01-05snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2016-01-05sctp: translate host order to network order when setting a hmacidlucien
2016-01-05packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-11-30ipv6: fix tunnel error handlingMichal Kubeček
2015-11-18ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-11-14net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-11-14bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin
2015-11-14netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger
2015-11-14RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-11-14net: fix a race in dst_release()Eric Dumazet