summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-11-13ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-11-13net/unix: fix logic about sk_peek_offsetAndrey Vagin1-5/+7
2015-11-13af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+13
2015-11-13l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2015-10-28fib_rules: Fix dump_rules() not to exit earlyRoland Dreier1-1/+1
2015-10-28net: Fix skb_set_peeked use-after-free bugHerbert Xu1-3/+38
2015-10-28batman-adv: Fix potentially broken skb network header accessLinus Lüssing1-1/+6
2015-10-28batman-adv: Make TT capability changes atomicLinus Lüssing2-5/+7
2015-10-28batman-adv: Make NC capability changes atomicLinus Lüssing2-4/+5
2015-10-28batman-adv: Make DAT capability changes atomicLinus Lüssing2-5/+6
2015-10-28batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner1-1/+10
2015-10-28ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-10-28ipvs: skb_orphan in case of forwardingAlex Gartrell1-0/+27
2015-10-28ipvs: fix crash if scheduler is changedJulian Anastasov3-37/+69
2015-10-28ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-10-28netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal1-2/+6
2015-10-28netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner1-12/+9
2015-10-28netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso1-6/+26
2015-10-28netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso1-0/+1
2015-10-28netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso1-5/+0
2015-10-28netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-10-28netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso1-1/+7
2015-10-28svcrdma: Fix send_reply() scatter/gather set-upChuck Lever1-1/+10
2015-10-27tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-10-27udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-10-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-10-27fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-27openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-10-27sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-10-27netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-10-27net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-27ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-27ip6_gre: release cached dst on tunnel removalhuaibin Wang1-1/+1
2015-10-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-10-07mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-09-29netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-09-29bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-09-29net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-09-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-09-27net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2