summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Linux 4.1.9v4.1.9Greg Kroah-Hartman1-1/+1
2015-09-29cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens1-3/+0
2015-09-29ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-09-29net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-09-29inet: fix races with reqsk timersEric Dumazet2-2/+8
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-29bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
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-29rocker: free netdevice during netdevice removalIdo Schimmel1-0/+1
2015-09-29net: sched: fix refcount imbalance in actionsDaniel Borkmann2-6/+13
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-29net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-09-29bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov1-1/+9
2015-09-29virtio_net: don't require ANY_LAYOUT with VERSION_1Michael S. Tsirkin1-1/+2
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-29bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong1-0/+20
2015-09-29Revert "sit: Add gro callbacks to sit_offload"Herbert Xu1-2/+0
2015-09-29bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov1-0/+1
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet3-9/+28
2015-09-29isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
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/xen-netback: off by one in BUG_ON() conditionDan Carpenter1-3/+3
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-29rhashtable: fix for resize events during table walkPhil Sutter1-2/+2
2015-09-29ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-09-29jbd2: avoid infinite loop when destroying aborted journalJan Kara4-9/+46
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu13-26/+69