summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-11-131-1/+1
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-11-131-4/+5
* net/unix: fix logic about sk_peek_offsetAndrey Vagin2015-11-131-5/+7
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-11-131-1/+13
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-11-131-2/+9
* fib_rules: Fix dump_rules() not to exit earlyRoland Dreier2015-10-281-1/+1
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-10-271-3/+38
* batman-adv: Fix potentially broken skb network header accessLinus Lüssing2015-10-271-1/+6
* batman-adv: Make TT capability changes atomicLinus Lüssing2015-10-272-5/+7
* batman-adv: Make NC capability changes atomicLinus Lüssing2015-10-272-4/+5
* batman-adv: Make DAT capability changes atomicLinus Lüssing2015-10-272-5/+6
* batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner2015-10-271-1/+10
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-10-271-1/+1
* ipvs: skb_orphan in case of forwardingAlex Gartrell2015-10-271-0/+27
* ipvs: fix crash if scheduler is changedJulian Anastasov2015-10-273-37/+69
* ipvs: do not use random local source address for tunnelsJulian Anastasov2015-10-271-1/+0
* netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal2015-10-271-2/+6
* netfilter: nf_log: Introduce nft_log_dereference() macroMarcelo Leitner2015-10-271-12/+9
* netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso2015-10-271-6/+26
* netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso2015-10-271-0/+1
* netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso2015-10-271-5/+0
* netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-10-271-1/+2
* netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso2015-10-271-1/+7
* svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-10-271-1/+10
* tcp: add proper TS val into RST packetsEric Dumazet2015-10-271-0/+1
* udp: fix dst races with multicast early demuxEric Dumazet2015-10-271-3/+10
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-10-271-5/+3
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-10-271-5/+9
* openvswitch: Zero flows on allocation.Jesse Gross2015-10-273-14/+15
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-10-271-23/+41
* netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-10-272-7/+32
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-271-1/+1
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-10-271-1/+1
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-10-271-1/+1
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-10-271-91/+96
* if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-10-271-6/+26
* mac80211: enable assoc check for mesh interfacesBob Copeland2015-10-071-3/+0
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-09-281-15/+15
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-09-281-1/+1
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-09-281-32/+47
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-09-281-2/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-09-282-9/+27
* bridge: mdb: fix double add notificationNikolay Aleksandrov2015-09-281-1/+0
* net: Fix skb csum races when peekingHerbert Xu2015-09-281-6/+9
* net: do not process device backlog during unregistrationJulian Anastasov2015-09-271-2/+4
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-09-271-1/+3
* bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-09-271-0/+2
* net/tipc: initialize security state for new connection socketStephen Smalley2015-09-271-0/+1
* ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs2015-09-271-3/+5
* net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-09-271-1/+2