summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-29inet: fix possible request socket leakEric Dumazet2-2/+2
2015-09-29netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann1-0/+5
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov1-0/+2
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov1-0/+2
2015-09-29udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-09-29net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-09-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-15/+35
2015-09-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-09-29packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-09-29fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-09-29bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov1-1/+9
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-29sched: cls_flow: fix panic on filter replaceDaniel Borkmann1-2/+3
2015-09-29sched: cls_bpf: fix panic on filter replaceDaniel Borkmann1-1/+1
2015-09-29Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-09-29fq_codel: fix a use-after-freeWANG Cong1-1/+1
2015-09-29bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-09-29net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-09-29net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-09-29net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-29bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet1-0/+1
2015-09-29net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-09-29bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-09-29net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-09-29ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel1-4/+0
2015-09-29net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-09-29ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-09-29SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-09-29SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-3/+8
2015-09-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+1
2015-09-29SUNRPC: Fix a thinko in xs_connect()Trond Myklebust1-4/+5
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-09-29mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-09-29nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-09-21fs: create and use seq_show_option for escapingKees Cook1-2/+5
2015-09-139p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-09-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-08-17Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg1-0/+4
2015-08-10rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2015-08-10mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2015-08-10can: replace timestamp as unique skb attributeOliver Hartkopp3-8/+13
2015-08-03p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-08-039p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2