summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [stable-only] net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2015-10-285-5/+10
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-281-12/+22
* ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov2015-10-281-1/+2
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-281-1/+1
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-10-281-4/+5
* net/unix: fix logic about sk_peek_offsetAndrey Vagin2015-10-281-5/+7
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-10-281-1/+13
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-10-281-2/+9
* sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-10-281-1/+1
* fib_rules: Fix dump_rules() not to exit earlyRoland Dreier2015-10-191-1/+1
* netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso2015-10-191-6/+18
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-09-301-5/+9
* openvswitch: Zero flows on allocation.Jesse Gross2015-09-303-14/+15
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-301-23/+41
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-302-7/+32
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-301-1/+1
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-09-301-0/+6
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-302-8/+15
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-09-301-1/+1
* batman-adv: Fix potentially broken skb network header accessLinus Lüssing2015-09-301-1/+6
* batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing2015-09-303-13/+58
* batman-adv: Make MCAST capability changes atomicLinus Lüssing2015-09-302-9/+12
* batman-adv: fix counter for multicast supporting nodesLinus Lüssing2015-09-301-3/+5
* batman-adv: fix multicast counter when purging originatorsLinus Lüssing2015-09-301-1/+2
* batman-adv: Make TT capability changes atomicLinus Lüssing2015-09-302-5/+7
* batman-adv: Make NC capability changes atomicLinus Lüssing2015-09-302-4/+5
* batman-adv: Make DAT capability changes atomicLinus Lüssing2015-09-302-5/+6
* svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-09-301-1/+9
* mac80211: enable assoc check for mesh interfacesBob Copeland2015-09-281-3/+0
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-09-111-1/+16
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-09-031-0/+1
* net: Fix RCU splat in af_keyDavid Ahern2015-09-031-23/+23
* batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner2015-09-031-1/+10
* batman-adv: fix kernel crash due to missing NULL checksMarek Lindner2015-09-032-4/+17
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2015-08-275-5/+5
* udp: fix dst races with multicast early demuxEric Dumazet2015-08-271-3/+10
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-08-271-1/+1
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-08-271-32/+47
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-08-272-9/+27
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-08-271-6/+7
* net: Fix skb csum races when peekingHerbert Xu2015-08-271-6/+9
* net: Clone skb before setting peeked flagHerbert Xu2015-08-271-3/+38
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-08-271-15/+15
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-08-271-1/+3
* net/tipc: initialize security state for new connection socketStephen Smalley2015-08-271-0/+1
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-08-271-81/+85
* act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-251-3/+2
* net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-08-251-5/+6
* bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-08-251-0/+1
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-08-251-1/+2