summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-24net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-9/+17
2016-03-09ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-03-09tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-03-09af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2016-03-08unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-03-08af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-03-08af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-03-08libceph: don't bail early from try_read() when skipping a messageIlya Dryomov1-2/+2
2016-03-08sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-25sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-25ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-02-25netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-02-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-02-25af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-02-25rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-02-25mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-02-03batman-adv: Drop immediate orig_node free functionSven Eckelmann3-27/+13
2016-02-03batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann2-20/+7
2016-02-03batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann1-24/+10
2016-02-03batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann1-23/+10
2016-02-03batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann1-28/+31
2016-02-03batman-adv: fix potential TT client + orig-node memory leakLinus Lüssing1-3/+3
2016-02-03batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann1-11/+8
2016-02-03batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann1-7/+3
2016-02-03bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov1-0/+8
2016-02-02ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
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