summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2-1/+3
2016-01-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2016-01-28xfrm: dst_entries_init() per-net dst_opsDan Streetman3-62/+75
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-28net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-01-28phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-28tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-28net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-01-28bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-28unix: properly account for FDs passed over unix socketswilly tarreau2-8/+32
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-01-25Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques5-10/+5
2016-01-25net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-25ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-25rfkill: copy the name into the rfkill structJohannes Berg1-3/+3
2016-01-11SUNRPC: Fix callback channelTrond Myklebust2-8/+12
2016-01-11nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2016-01-05ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2016-01-05mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+4
2016-01-05mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2016-01-05mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2016-01-04ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2016-01-04af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-04bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-04skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-04vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-04ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-04sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2016-01-04gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-04RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-18netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-12-18netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil1-2/+2
2015-12-18netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2015-12-18ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-18net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet11-51/+103
2015-12-18ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-18net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-18net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-18net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-18tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-18tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-18snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-18packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-18packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-18unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-12-14sctp: translate host order to network order when setting a hmacidlucien1-2/+2