summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-12-13ipv6: fix tunnel error handlingMichal Kubeček
2015-12-13xprtrdma: Re-arm after missed eventsChuck Lever
2015-12-13netfilter: nfnetlink: don't probe module if it existsFlorian Westphal
2015-12-13tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng
2015-12-13packet: fix match_fanout_group()Eric Dumazet
2015-12-13ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman
2015-12-13mac80211: fix driver RSSI event calculationsJohannes Berg
2015-12-13mac80211: allow null chandef in tracingArik Nemtsov
2015-12-13mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com
2015-12-13Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann
2015-12-09net: fix a race in dst_release()Eric Dumazet
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri
2015-12-09sit: fix sit0 percpu double allocationsEric Dumazet
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-12-09RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-11-18irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter
2015-11-16ipv6: gre: support SIT encapsulationEric Dumazet
2015-11-16ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu
2015-10-30svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise
2015-10-28[stable-only] net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-10-28netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen
2015-10-28ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov
2015-10-28ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-28net/unix: fix logic about sk_peek_offsetAndrey Vagin
2015-10-28af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole
2015-10-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-10-28sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2015-10-19fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-19netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso
2015-09-30fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-09-30openvswitch: Zero flows on allocation.Jesse Gross
2015-09-30sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-09-30netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-09-30net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing
2015-09-30RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-09-30netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann
2015-09-30ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann
2015-09-30batman-adv: Fix potentially broken skb network header accessLinus Lüssing
2015-09-30batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing
2015-09-30batman-adv: Make MCAST capability changes atomicLinus Lüssing
2015-09-30batman-adv: fix counter for multicast supporting nodesLinus Lüssing
2015-09-30batman-adv: fix multicast counter when purging originatorsLinus Lüssing
2015-09-30batman-adv: Make TT capability changes atomicLinus Lüssing
2015-09-30batman-adv: Make NC capability changes atomicLinus Lüssing
2015-09-30batman-adv: Make DAT capability changes atomicLinus Lüssing
2015-09-30svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2015-09-28mac80211: enable assoc check for mesh interfacesBob Copeland
2015-09-11ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-09-03ip6_gre: release cached dst on tunnel removalhuaibin Wang