summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-03sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-03-03rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-03-03libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-03-03rfkill: copy the name into the rfkill structJohannes Berg1-3/+3
2016-03-03mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2016-03-02sctp: Fix port hash table size computationNeil Horman1-9/+38
2016-03-02unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2-2/+2
2016-03-02route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-02af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-03-02ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-03-02sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry3-2/+14
2016-03-02ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-03-02net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-03-02ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-03-02sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-03-02af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-03-02tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-03-02af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2016-02-12xfrm: dst_entries_init() per-net dst_opsDan Streetman3-62/+75
2016-02-12ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-02-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-02-12tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-02-12ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-02-12net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-02-12bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-01-28ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet2-4/+8
2016-01-25sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2016-01-09route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2016-01-09ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2016-01-05RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2016-01-05af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-05bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-05skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-05vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-05net: fix IP early demux racesEric Dumazet2-9/+11
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-05ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2016-01-05gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-05ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2016-01-05netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2016-01-05netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2016-01-05Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2016-01-05mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2016-01-05ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8