summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-29Linux 4.1.9v4.1.9Greg Kroah-Hartman
2015-09-29cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens
2015-09-29ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft
2015-09-29net: dsa: Do not override PHY interface if already configuredFlorian Fainelli
2015-09-29inet: fix races with reqsk timersEric Dumazet
2015-09-29inet: fix possible request socket leakEric Dumazet
2015-09-29netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann
2015-09-29bna: fix interrupts storm caused by erroneous packetsIvan Vecera
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov
2015-09-29udp: fix dst races with multicast early demuxEric Dumazet
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-09-29rocker: free netdevice during netdevice removalIdo Schimmel
2015-09-29net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-09-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-09-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-09-29packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-09-29fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-09-29net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein
2015-09-29bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov
2015-09-29virtio_net: don't require ANY_LAYOUT with VERSION_1Michael S. Tsirkin
2015-09-29netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-29sched: cls_flow: fix panic on filter replaceDaniel Borkmann
2015-09-29sched: cls_bpf: fix panic on filter replaceDaniel Borkmann
2015-09-29bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong
2015-09-29Revert "sit: Add gro callbacks to sit_offload"Herbert Xu
2015-09-29bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-29isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt
2015-09-29fq_codel: fix a use-after-freeWANG Cong
2015-09-29bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-09-29net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-09-29net: Fix skb csum races when peekingHerbert Xu
2015-09-29net: Clone skb before setting peeked flagHerbert Xu
2015-09-29net/xen-netback: off by one in BUG_ON() conditionDan Carpenter
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov
2015-09-29bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet
2015-09-29net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-29bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-09-29net/tipc: initialize security state for new connection socketStephen Smalley
2015-09-29ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel
2015-09-29net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-09-29rhashtable: fix for resize events during table walkPhil Sutter
2015-09-29ipv6: Make MLD packets to only be processed locallyAngga
2015-09-29jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu